From fb17b74f3f2bccd8e20df7c6a28903ceaba49143 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Sat, 11 May 2024 11:05:30 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 8ab4bab --- .../grid/grid_active_heard_stations.vue | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/freedata_gui/src/components/grid/grid_active_heard_stations.vue b/freedata_gui/src/components/grid/grid_active_heard_stations.vue index d6673c99..43b09634 100644 --- a/freedata_gui/src/components/grid/grid_active_heard_stations.vue +++ b/freedata_gui/src/components/grid/grid_active_heard_stations.vue @@ -18,9 +18,6 @@ import { getStationInfoByCallsign } from "./../../js/stationHandler"; import { sendModemPing } from "../../js/api.js"; - - - function getDateTime(timestampRaw) { var datetime = new Date(timestampRaw * 1000).toLocaleString( navigator.language, @@ -80,9 +77,6 @@ function startNewChat(callsign) { function transmitPing(callsign) { sendModemPing(callsign.toUpperCase()); } - - -