From a83ff63ef391d1aed926c4f5c5888ee8d95aa076 Mon Sep 17 00:00:00 2001 From: Marco Quintana Date: Thu, 11 Apr 2024 22:30:50 +0200 Subject: [PATCH] Small fix --- webapp/src/components/Menu.js | 10 ---------- webapp/src/index.css | 1 - 2 files changed, 11 deletions(-) diff --git a/webapp/src/components/Menu.js b/webapp/src/components/Menu.js index 400c93ab..9bd6950a 100644 --- a/webapp/src/components/Menu.js +++ b/webapp/src/components/Menu.js @@ -63,16 +63,6 @@ const Menu = () => { console.log(questions) }; - const openStoredQuestions = async () => { - navigation("/appQuestion") - } - - const openHistory = async () => { - navigation("/history") - } - - - return ( <>