mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fix: Onboarding would not appear due to content pushing it out of the way.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user