Browse Source

Fixed unit test

Alex Tran 2 years ago
parent
commit
ae96508e15
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/src/lib/components/admin-page/server-stats/stats-card.svelte

+ 1 - 0
web/src/lib/components/admin-page/server-stats/stats-card.svelte

@@ -1,4 +1,5 @@
 <script lang="ts">
+	// eslint-disable-next-line @typescript-eslint/no-explicit-any
 	export let logo: any;
 	export let title: string;
 	export let value: string;