From 6651aa664434f0006a751039505c85ee23dfd6f9 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 9 May 2024 20:53:02 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- freedata_gui/src/components/chat.vue | 5 - .../src/components/chat_conversations.vue | 9 +- .../grid/grid_active_heard_stations.vue | 42 ++++--- freedata_gui/src/components/main_modals.vue | 40 +++---- freedata_gui/src/js/stationHandler.ts | 105 +++++++++--------- freedata_gui/src/store/stationStore.js | 56 +++++----- 6 files changed, 118 insertions(+), 139 deletions(-) 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( }); }, ); -