diff --git a/frontend/src/components/AppBar/AppBar.jsx b/frontend/src/components/AppBar/AppBar.jsx index 906453398..512a42666 100644 --- a/frontend/src/components/AppBar/AppBar.jsx +++ b/frontend/src/components/AppBar/AppBar.jsx @@ -4,11 +4,11 @@ import Logo from "@/components/Logo/Logo"; // AppBar is a bar on top of the app, with navigation and title -const AppBar = ({ title, logoClickConfirm = null }) => { +const AppBar = ({ title, }) => { return (