Skip to content

Commit

Permalink
fix(gathering): show hhmmss for gathering nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 30, 2023
1 parent 88d567e commit 8bf133b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ion-card-header>
<ion-card-title>{{ location.name }}</ion-card-title>
<ion-card-subtitle class="location-description">{{ location.description }}</ion-card-subtitle>
<ion-card-subtitle>Gives after <strong>{{ showRealDurationForLocation(location, pageData.equipment || {}) }}s</strong>:</ion-card-subtitle>
<ion-card-subtitle>Gives after <strong><app-countdown [duration]="showRealDurationForLocation(location, pageData.equipment || {})"></app-countdown></strong>:</ion-card-subtitle>

<ion-button class="favorite"
color="primary"
Expand Down

0 comments on commit 8bf133b

Please sign in to comment.