[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

@ -11,8 +11,8 @@ const state = useStateStore(pinia);
class="d-flex justify-content-center align-items-center object-fill border rounded w-100 h-100 link-underline link-underline-opacity-0 link-underline-opacity-75-hover"
:class="state.ptt_state === true ? 'text-bg-warning' : 'text-bg-light'"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasFrequency"
data-bs-target="#offcanvasFrequency"
>
{{ state.frequency / 1000}} kHz
</a>
{{ state.frequency / 1000 }} kHz
</a>
</template>

View file

@ -14,9 +14,11 @@ function updateMyCall() {
<template>
<div
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>
>
<strong>
{{ settingsStore.remote.STATION.mycall }}-{{
settingsStore.remote.STATION.myssid
}}
</strong>
</div>
</template>