Skip to content

Commit d58d5a9

Browse files
authored
fix: shimmer deprecation msg (#8702)
1 parent 8cbb5ba commit d58d5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/components/popups/AppDeprecationPopup.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
</script>
1414

15-
{#if NETWORK_ID === [NetworkId.Shimmer] || NETWORK_ID === [NetworkId.ShimmerTestnet]}
15+
{#if NETWORK_ID === NetworkId.Shimmer || NETWORK_ID === NetworkId.ShimmerTestnet}
1616
<Text type={TextType.h5} classes="mb-5">Firefly Shimmer is no longer maintained</Text>
1717
<div class="flex w-full flex-col space-y-6">
1818
<div class="flex w-full flex-col space-y-4">

0 commit comments

Comments
 (0)