diff --git a/web/src/components/HeaderBar.vue b/web/src/components/HeaderBar.vue index 1ff12cd..d24018c 100644 --- a/web/src/components/HeaderBar.vue +++ b/web/src/components/HeaderBar.vue @@ -133,42 +133,7 @@ - - - - - - - - - - - - Edit License - - - Edit a License inside the Database - - - - - - - - - - - - - - - - - + @@ -196,7 +161,7 @@ import { store } from "@/store"; import { SubmitEventPromise } from "vuetify"; import { ref } from "vue"; -import { Plus, LogOut, Pencil, FolderPlus } from "lucide-vue-next"; +import { Plus, LogOut, FolderPlus } from "lucide-vue-next"; function handlelogout() { store.setToken(null); @@ -240,11 +205,7 @@ const addNotes = ref(""); const addStartDate = ref(); const addStopDate = ref(); -// -// EDIT SECTION -// -const edit = ref(false);