Skip to content

Commit

Permalink
loot tag icons
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Apr 21, 2024
1 parent be8efa1 commit f9cb477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import { LootTagComponent } from './loot-tag.component'
</span>
}
@if (condition(); as condition) {
<nwb-loot-tag [tag]="'>= ' + condition.prob" [checked]="condition.checked" />
<nwb-loot-tag [tag]="' ' + condition.prob" [checked]="condition.checked" />
}
@if (quantity(); as quantity) {
<span class="badge badge-sm badge-primary text-shadow-none whitespace-nowrap"> {{ quantity }} &times; </span>
Expand Down

0 comments on commit f9cb477

Please sign in to comment.