1
0
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:
2019-08-24 13:22:05 -05:00
parent 55a4bb73af
commit f9c3922670
12 changed files with 104 additions and 82 deletions

View File

@@ -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>
);