1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 12:15:19 +02:00

fix: update conditionals in AdventureModal and CategoryDropdown for improved logic

This commit is contained in:
Sean Morley 2025-01-13 10:51:33 -05:00
parent 32125efed4
commit 0f828dd0bf
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
bind:value={new_category.icon}
/>
<button on:click={toggleEmojiPicker} type="button" class="btn btn-secondary">
{isEmojiPickerVisible ? $t('adventures.hide') : $t('adventures.hide')}
{!isEmojiPickerVisible ? $t('adventures.show') : $t('adventures.hide')}
{$t('adventures.emoji_picker')}
</button>
<button on:click={custom_category} type="button" class="btn btn-primary">