diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 8eb58fab..00000000 --- a/.eslintrc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "env": { - "browser": true, - "es2021": true, - "node": true - }, - "extends": [ - "eslint:recommended", - "plugin:react/recommended" - // "plugin:next/recommended" - ], - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module" - }, - "plugins": [ - "react" - ], - - "rules": { - "react/prop-types": "off", - "react/react-in-jsx-scope": "off" - // "@next/next/no-page-custom-font": "off" - } - -} diff --git a/components/HeaderLayout.js b/components/HeaderLayout.js index 5e655bd9..81010012 100644 --- a/components/HeaderLayout.js +++ b/components/HeaderLayout.js @@ -240,7 +240,7 @@ export default function HeaderLayout({ groupID == 2 || groupID == 3 ) && isLoggedIn &&
{ -