Last active
February 14, 2019 16:16
-
-
Save talyssonoc/76eb36c7330e6b491b2f5202f145ea56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
(currentState === States.INVALID) && <ErrorMessage errors={errors} /> | |
} | |
{ | |
(currentState === States.SUBMITTING) && <Spinner /> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment