Skip to content

Commit

Permalink
fix(resources): resources page should not display max indicator or bo…
Browse files Browse the repository at this point in the history
…ld text
  • Loading branch information
seiyria committed Mar 28, 2023
1 parent 8420350 commit 445fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/character/resources/resources.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ion-row class="resources" *ngIf="activeCategory">
<ion-col size="3" *ngFor="let resource of resourcesInCategory(resources, activeCategory); trackBy: trackBy">
<app-resource-icon [name]="resource" [quantity]="resources[resource]"></app-resource-icon>
<app-resource-icon [name]="resource" [quantity]="resources[resource]" [emphasizeText]="false" [maxIsNotImportant]="true"></app-resource-icon>
</ion-col>
</ion-row>
</ion-grid>
Expand Down

0 comments on commit 445fb6f

Please sign in to comment.