Created
May 22, 2019 17:36
-
-
Save Tiagoperes/3036e8672173d8f9761c56db42225f96 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
| if (profile.load.status === 'pristine') || wallet.load.status === 'pristine') return null | |
| if (profile.load.status === 'pending') || wallet.load.status === 'pending') return <Loading /> | |
| if (profile.load.status === 'error') || wallet.load.status === 'error') return <Error /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment