[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2024-01-13 16:32:09 +00:00
parent 1c4402094a
commit 64b5c2aa1a
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
2 changed files with 276 additions and 280 deletions

View file

@ -4,8 +4,6 @@ import pinia from "../../store/index";
setActivePinia(pinia); setActivePinia(pinia);
</script> </script>
<template> <template>
<div class="fill h-100" style="width: calc(100% - 24px)"> <div class="fill h-100" style="width: calc(100% - 24px)">
<a <a
class="btn btn-sm btn-secondary d-flex justify-content-center align-items-center object-fill border rounded w-100 h-100" class="btn btn-sm btn-secondary d-flex justify-content-center align-items-center object-fill border rounded w-100 h-100"
@ -17,5 +15,4 @@ setActivePinia(pinia);
>Tune</a >Tune</a
> >
</div> </div>
</template> </template>

View file

@ -324,7 +324,6 @@ import { serialDeviceOptions } from "../js/deviceFormHelper";
<option value="1004">Yaesu MARK-V (1004)</option> <option value="1004">Yaesu MARK-V (1004)</option>
<option value="1025">Yaesu MARK-V (1025)</option> <option value="1025">Yaesu MARK-V (1025)</option>
<option value="1026">Yaesu VR-5000 (1026)</option> <option value="1026">Yaesu VR-5000 (1026)</option>
</select> </select>
</div> </div>