Skip to content

Commit

Permalink
Fix demolition_rumor display
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefux committed Jan 24, 2022
1 parent bf8577d commit 6574896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/pug/locations/show.pug
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ div(layout="column" layout-gt-sm="row" layout-wrap layout-fill)
table.md-table
tr
td {{ 'locations.demolition_rumor' | translate }}:
td {{(location.rumor ? ('locations.demolition_rumor_yes' | translate) : null) || ('locations.unknown' | translate)}}
td {{(location.demolition_rumor ? ('locations.demolition_rumor_yes' | translate) : null) || ('locations.unknown' | translate)}}
md-divider
md-list-item.md-2-line
div.md-list-item-text(layout="column")
Expand Down

0 comments on commit 6574896

Please sign in to comment.