mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
build: eslint
This commit is contained in:
@@ -7,6 +7,7 @@ import './wrapper.scss';
|
||||
|
||||
export const Wrapper = inject('appStore')(
|
||||
withRouter(
|
||||
// eslint-disable-next-line
|
||||
observer(({ appStore, children }: any) => {
|
||||
const openClass = appStore.navbarOpen ? 'wrapper--open' : '';
|
||||
const onNavClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user