[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2023-12-16 16:57:29 +00:00
parent 4dfb36f572
commit ec99882497
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 9 additions and 7 deletions

View file

@ -13,6 +13,6 @@ const state = useStateStore(pinia);
data-bs-toggle="offcanvas" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasFrequency" data-bs-target="#offcanvasFrequency"
> >
{{ state.frequency / 1000}} kHz {{ state.frequency / 1000 }} kHz
</a> </a>
</template> </template>

View file

@ -14,9 +14,11 @@ function updateMyCall() {
<template> <template>
<div <div
class="d-flex justify-content-center align-items-center object-fill border rounded text-bg-light w-100 h-100" class="d-flex justify-content-center align-items-center object-fill border rounded text-bg-light w-100 h-100"
><strong> >
{{ settingsStore.remote.STATION.mycall}}-{{ settingsStore.remote.STATION.myssid}} <strong>
{{ settingsStore.remote.STATION.mycall }}-{{
settingsStore.remote.STATION.myssid
}}
</strong> </strong>
</div> </div>
</template> </template>