fix: svelte check.

This commit is contained in:
Darshan
2025-01-29 10:48:41 +05:30
parent f3c903a308
commit bb04620771
+1 -1
View File
@@ -9,7 +9,7 @@
| 'building'
| 'none';
export let statusIconStyle: string;
export let statusIconStyle: string | undefined = undefined;
</script>
<div