-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pdeexp 2143 add kadena to make magic cli #13
Conversation
return ( | ||
<Card> | ||
<CardHeader id="discord">Discord Login</CardHeader> | ||
{isAuthLoading && isAuthLoading !== '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.
Is this 'false'
supposed to be a string, or a boolean?
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.
isAuthLoading
is pulled from localStorage so a string is correct. I have no idea why these were built like this, but I just carried over the structure from previous templates.
π¦ Pull Request
Ticket: https://magiclink.atlassian.net/browse/PDEEXP-2143
β Fixed Issues
π¨ Test instructions
[Describe any additional context required to test the PR/feature/bug fix.]
patch
: Bug Fix?minor
: New Feature?major
: Breaking Change?skip-release
: It's unnecessary to publish this change.