We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb5ba commit d58d5a9Copy full SHA for d58d5a9
packages/desktop/components/popups/AppDeprecationPopup.svelte
@@ -12,7 +12,7 @@
12
}
13
</script>
14
15
-{#if NETWORK_ID === [NetworkId.Shimmer] || NETWORK_ID === [NetworkId.ShimmerTestnet]}
+{#if NETWORK_ID === NetworkId.Shimmer || NETWORK_ID === NetworkId.ShimmerTestnet}
16
<Text type={TextType.h5} classes="mb-5">Firefly Shimmer is no longer maintained</Text>
17
<div class="flex w-full flex-col space-y-6">
18
<div class="flex w-full flex-col space-y-4">
0 commit comments