mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +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 (
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user