[CodeFactor] Apply fixes to commit 7ee4f6b

This commit is contained in:
codefactor-io 2024-01-05 20:27:33 +00:00
parent 7ee4f6b61f
commit 013fa6ab2e
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 3 additions and 5 deletions

View file

@ -52,7 +52,6 @@ var dxcallPing = ref("");
title="Send a ping request to a remote station"
@click="transmitPing()"
>
Send ping
</button>
</div>
@ -76,7 +75,8 @@ var dxcallPing = ref("");
type="button"
title="Send a CQ to the world"
@click="sendModemCQ()"
> <h3>CQ CQ CQ</h3>
>
<h3>CQ CQ CQ</h3>
</button>
</div>
</div>

View file

@ -11,8 +11,6 @@ const state = useStateStore(pinia);
class="d-flex justify-content-center align-items-center object-fill border rounded w-100 h-100"
:class="state.ptt_state === true ? 'text-bg-warning' : 'text-bg-white'"
>
<h2>
ON AIR
</h2>
<h2>ON AIR</h2>
</div>
</template>