From e290b7c4fdfda7e9b40096545faca37e911fdb25 Mon Sep 17 00:00:00 2001 From: Ushie Date: Sat, 23 Sep 2023 00:58:49 +0300 Subject: [PATCH] fix: show 'Any' for compatibility without explicit versions (#182) --- src/routes/patches/PatchItem.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 944e9a9..0260e40 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -78,6 +78,8 @@ /> {/if} + {:else} +
  • 🎯 Any
  • {/if}