-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client details page #282
Client details page #282
Conversation
focus:outline-none | ||
text-miru-han-purple-1000"> | ||
<option className="text-miru-dark-purple-600" value="week"> | ||
THIS WEEK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 space indent
<div className="rounded-lg px-6 pb-6 bg-white shadow-xl transform transition-all sm:align-middle sm:max-w-md modal-width"> | ||
<div className="flex justify-between items-center mt-6"> | ||
<h6 className="text-base font-extrabold">Add New Client</h6> | ||
<button type="button" onClick={() => { setnewClient(false); }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to write in one-line
<button type="button" onClick={() => setnewClient(false) }>
@ajinkyaa The CI test suite if failing the branch is not deployed. |
Current Code Coverage Percent of this PR:98.17 %Files having coverage below 100%
|
@ajinkyaa please send changes in new PR |
Client Details page
Type of change
Checklist: