diff --git a/gui/src/components/chat_navbar.vue b/gui/src/components/chat_navbar.vue index dace9520..4fff980c 100644 --- a/gui/src/components/chat_navbar.vue +++ b/gui/src/components/chat_navbar.vue @@ -108,7 +108,7 @@ function newChat() { let callsign = this.newChatCall.value; callsign = callsign.toUpperCase().trim(); if (callsign === "") return; - startChatWithNewStation(callsign); + startChatWithNewStation(callsign); //updateAllChat(false); this.newChatCall.value = ""; } diff --git a/gui/src/components/main_active_heard_stations.vue b/gui/src/components/main_active_heard_stations.vue index 5afbe352..8577d3dc 100644 --- a/gui/src/components/main_active_heard_stations.vue +++ b/gui/src/components/main_active_heard_stations.vue @@ -6,7 +6,7 @@ import { setActivePinia } from "pinia"; import pinia from "../store/index"; setActivePinia(pinia); -import { settingsStore as settings} from "../store/settingsStore.js"; +import { settingsStore as settings } from "../store/settingsStore.js"; import { useStateStore } from "../store/stateStore.js"; const state = useStateStore(pinia); diff --git a/gui/src/components/main_active_rig_control.vue b/gui/src/components/main_active_rig_control.vue index c637d843..f2b9504a 100644 --- a/gui/src/components/main_active_rig_control.vue +++ b/gui/src/components/main_active_rig_control.vue @@ -77,9 +77,7 @@ function set_hamlib_rf_level() { id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false" - > - - + >