diff --git a/freedata_gui/src/components/chat.vue b/freedata_gui/src/components/chat.vue index fbe00398..83e7815e 100644 --- a/freedata_gui/src/components/chat.vue +++ b/freedata_gui/src/components/chat.vue @@ -8,8 +8,6 @@ import chat_new_message from "./chat_new_message.vue"; import { getStationInfoByCallsign } from "./../js/stationHandler"; - - import { setActivePinia } from "pinia"; import pinia from "../store/index"; setActivePinia(pinia); @@ -119,12 +117,9 @@ watch( }); }, ); -