From da881d8bd2afe50f32c0c15d52e1b74914f15b4f Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 11 Jan 2024 02:21:54 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- gui/src/components/grid/grid_beacon.vue | 18 +++++------- gui/src/components/grid/grid_mycall small.vue | 29 ++++++++++++------- gui/src/components/grid/grid_mycall.vue | 2 -- gui/src/components/grid/grid_stop.vue | 24 +++++++-------- 4 files changed, 39 insertions(+), 34 deletions(-) diff --git a/gui/src/components/grid/grid_beacon.vue b/gui/src/components/grid/grid_beacon.vue index 66dfec11..c24dfd24 100644 --- a/gui/src/components/grid/grid_beacon.vue +++ b/gui/src/components/grid/grid_beacon.vue @@ -14,7 +14,6 @@ function startStopBeacon() { setModemBeacon(true); } } - diff --git a/gui/src/components/grid/grid_mycall small.vue b/gui/src/components/grid/grid_mycall small.vue index 9412d53c..1fbd29c5 100644 --- a/gui/src/components/grid/grid_mycall small.vue +++ b/gui/src/components/grid/grid_mycall small.vue @@ -6,16 +6,25 @@ import pinia from "../../store/index"; setActivePinia(pinia); import { settingsStore } from "../../store/settingsStore.js"; - - diff --git a/gui/src/components/grid/grid_mycall.vue b/gui/src/components/grid/grid_mycall.vue index eb604e23..17bc1043 100644 --- a/gui/src/components/grid/grid_mycall.vue +++ b/gui/src/components/grid/grid_mycall.vue @@ -6,8 +6,6 @@ import pinia from "../../store/index"; setActivePinia(pinia); import { settingsStore } from "../../store/settingsStore.js"; - -