Skip to content

Commit

Permalink
Update LanguageDisplay.svelte
Browse files Browse the repository at this point in the history
revert regression on language flag display
  • Loading branch information
eric-intuitem committed Feb 12, 2024
1 parent 5403e5b commit f6aaf0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
$: display = LOCALE_DISPLAY_MAP[cell];
</script>

<span {...$$restProps}>{display}</span>
<span {...$$restProps}>{@html display}</span>

0 comments on commit f6aaf0c

Please sign in to comment.