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 a315875886
commit 380a36c26e

View File

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