Skip to content

Commit

Permalink
Update src/components/elements/CardComponent.vue
Browse files Browse the repository at this point in the history
Co-authored-by: lxgr-linux <[email protected]>
  • Loading branch information
patrickwieth and lxgr-linux authored Jun 28, 2024
1 parent 3d27cbc commit 346b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/CardComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23439,7 +23439,7 @@ export default {
let getRule = key => this.cardRules.definitions[decapital(key)]
let getInteractionText = key => R.split(" ", rules[decapital(key)].interactionText)

let rulesText = ""
let rulesText = []
if (this.model.AdditionalCost) {
let costType = R.keys(this.model.AdditionalCost)[0]
let amount = this.model.AdditionalCost[costType].Amount
Expand Down

0 comments on commit 346b924

Please sign in to comment.