Fix: Onboarding would not appear due to content pushing it out of the way.

This commit is contained in:
Paul 2021-06-24 20:53:12 +01:00
parent 557ed030d4
commit 8b91b4a632

View file

@ -108,7 +108,7 @@ export default function Intermediate(props: Props) {
return ( return (
<IntermediateContext.Provider value={value}> <IntermediateContext.Provider value={value}>
<IntermediateActionsContext.Provider value={actions}> <IntermediateActionsContext.Provider value={actions}>
{props.children} { screen.id !== 'onboarding' && props.children }
<Modals <Modals
{...value} {...value}
{...actions} {...actions}