mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
refactor: move upload history to its own page
This commit is contained in:
@@ -18,7 +18,7 @@ export const Wrapper = inject('appStore')(
|
||||
return (
|
||||
<div>
|
||||
<Header onButtonClick={appStore.toggleNavbar} />
|
||||
<Navbar claims={appStore.claims} open={appStore.navbarOpen} onNavClick={onNavClick} />
|
||||
<Navbar appStore={appStore} onNavClick={onNavClick} />
|
||||
<div className={'wrapper ' + openClass}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user