Skip to content

Commit

Permalink
Merge pull request dmdorman#587 from phBalance/phBalance/adjustment-t…
Browse files Browse the repository at this point in the history
…weaks-for-release

Adjustment tweaks for release
  • Loading branch information
phBalance authored Jan 4, 2024
2 parents 9ff7630 + 452821d commit d5de1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/utility/adjustment.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ export async function renderAdjustmentChatCards(cardOrCards) {
}

// Filter out any invalid cards
cardOrCards.filter((card) => card);
cardOrCards = cardOrCards.filter((card) => card);

if (cardOrCards.length === 0) return;

Expand Down
2 changes: 1 addition & 1 deletion templates/chat/apply-adjustment-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

{{#if isEffectFinished}}
<div>
The effects of this {{../item.system.XMLID}} have completely faded!
The effects of this {{item.system.XMLID}} have completely faded!
</div>
{{/if}}
</div>

0 comments on commit d5de1a7

Please sign in to comment.