Skip to content

Instantly share code, notes, and snippets.

@Tiagoperes
Created May 22, 2019 17:36
Show Gist options
  • Select an option

  • Save Tiagoperes/3036e8672173d8f9761c56db42225f96 to your computer and use it in GitHub Desktop.

Select an option

Save Tiagoperes/3036e8672173d8f9761c56db42225f96 to your computer and use it in GitHub Desktop.
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