fix linter?

This commit is contained in:
Arman
2024-07-03 15:57:24 +02:00
parent f0079a9778
commit 92de8daba2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
}
// We cast to any to not cause type errors in the input components
// eslint-disable-next-line @typescript-eslint/no-explicit-any
/* eslint @typescript-eslint/no-explicit-any: 'off' */
function isTypeTagValue(obj: any): obj is TagValue {
if (typeof obj === 'string') return false;
return (
@@ -104,7 +104,7 @@
</Alert>
{/if}
{#if data?.activeDeployment}
{@const activeDeployment = data?.activeDeployment}
{@const activeDeployment = data.activeDeployment}
<DeploymentCard deployment={activeDeployment}>
<svelte:fragment slot="actions">
<div class="u-flex u-flex-wrap">