Guest User

Untitled

a guest
Feb 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. {
  2. (currentState === States.INVALID) && <ErrorMessage errors={errors} />
  3. }
  4.  
  5. {
  6. (currentState === States.SUBMITTING) && <Spinner />
  7. }
Add Comment
Please, Sign In to add comment