chore(lint): manual fixes - remove redundant global declarations; add safe getMethod fallback; remove unused catch vars
This commit is contained in:
@@ -120,7 +120,10 @@
|
||||
title="Aktualisieren"
|
||||
@click="loadDiagnostics"
|
||||
>
|
||||
<RefreshCw :size="19" :class="{ 'animate-spin': loading }" />
|
||||
<RefreshCw
|
||||
:size="19"
|
||||
:class="{ 'animate-spin': loading }"
|
||||
/>
|
||||
</button>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user