forked from abner/for-legacy-web
Fix: Onboarding would not appear due to content pushing it out of the way.
parent
557ed030d4
commit
8b91b4a632
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue