Explorar o código

fix lint error

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
09e5872e44
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/client/js/components/Navbar/NavbarToggler.jsx

+ 2 - 0
src/client/js/components/Navbar/NavbarToggler.jsx

@@ -7,6 +7,8 @@ import { createSubscribedElement } from '../UnstatedUtils';
 import AppContainer from '../../services/AppContainer';
 import AppContainer from '../../services/AppContainer';
 
 
 const NavbarToggler = (props) => {
 const NavbarToggler = (props) => {
+
+  // eslint-disable-next-line no-unused-vars
   const { appContainer } = props;
   const { appContainer } = props;
 
 
   return (
   return (