Skip to content

Commit 5062f99

Browse files
committed
refac
1 parent eb62986 commit 5062f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/layout/Sidebar/ChannelModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<div class=" mb-1 text-xs text-gray-500">
217217
{$i18n.t('Channel Name')}
218218
<span class="text-xs text-gray-200 dark:text-gray-800 ml-0.5"
219-
>{type === 'dm' ? $i18n.t('Optional') : ''}</span
219+
>{(type === 'dm' ? $i18n.t('Optional') : '')}</span
220220
>
221221
</div>
222222

0 commit comments

Comments
 (0)