-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/tech 580 #14
base: master
Are you sure you want to change the base?
Feature/tech 580 #14
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks good to me @ikhoaA! We just need to run Prettier and we'll be good. Thanks!
@@ -39,7 +44,9 @@ const Button: React.FC<Props> = ({ | |||
} | |||
}} | |||
> | |||
{displayText} | |||
{isLoading ? | |||
<Loading/>: |
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.
Let's run Prettier to clean this up
No description provided.