mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 22:39:36 +02:00
Fix general category handling
This commit is contained in:
parent
ce0b82acb7
commit
adf45ff557
16 changed files with 192 additions and 126 deletions
|
@ -130,7 +130,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<div class="badge badge-primary">
|
||||
{`${adventure.category.display_name} ${adventure.category.icon}`}
|
||||
{adventure.category?.display_name + ' ' + adventure.category?.icon}
|
||||
</div>
|
||||
<div class="badge badge-success">
|
||||
{adventure.is_visited ? $t('adventures.visited') : $t('adventures.planned')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue