diff --git a/panel/.eslintrc.cjs b/panel/.eslintrc.cjs index 77fe0988b..70399cb5d 100644 --- a/panel/.eslintrc.cjs +++ b/panel/.eslintrc.cjs @@ -16,6 +16,6 @@ module.exports = { 'warn', { allowConstantExport: true }, ], - '@typescript-eslint/ban-ts-comment": "off' + '@typescript-eslint/ban-ts-comment': 'off' }, }; diff --git a/panel/src/pages/TestingPage/TestingPage.tsx b/panel/src/pages/TestingPage/TestingPage.tsx index af3361054..306b6676c 100644 --- a/panel/src/pages/TestingPage/TestingPage.tsx +++ b/panel/src/pages/TestingPage/TestingPage.tsx @@ -21,6 +21,6 @@ export default function TestingPage() { {/* */} {/* */} {/* */} - {/* */} + ; }