$750 / $1000
- - + + {state.status === 'loading' && ( ++ Loading scenarios… +
+ )} + + {state.status === 'error' && ( ++ Could not load your scenarios. Please try again. +
+ )} + + {state.status === 'ready' && state.scenarios.length === 0 && ( ++ You don’t have any scenarios yet. +
+ )} + + {state.status === 'ready' && state.scenarios.length > 0 && ( ++ {scenario.description} +
+ )} +