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