fix: pass in app
This commit is contained in:
parent
823b54d794
commit
038b5828bd
|
@ -45,10 +45,10 @@ const MenuComponent = ({app}) => {
|
||||||
'menu-inner',
|
'menu-inner',
|
||||||
opened ? 'open' : '',
|
opened ? 'open' : '',
|
||||||
)}>
|
)}>
|
||||||
<Inventory />
|
<Inventory app={app} />
|
||||||
<QuickStatus app={app} />
|
<QuickStatus app={app} />
|
||||||
<WorldTime worldTime={app.worldTime} />
|
<WorldTime worldTime={app.worldTime} />
|
||||||
<Hotbar />
|
<Hotbar app={app} />
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user