mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix: Onboarding would not appear due to content pushing it out of the way.
This commit is contained in:
parent
557ed030d4
commit
8b91b4a632
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue