Skip to content

Commit

Permalink
this _should_ be fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-gon authored Aug 26, 2024
1 parent 77ee02d commit c60e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/secret-formula/multiplier-tab/helper-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ export const MultiplierTabHelper = {
getTDValue(id) {
return TimeDimensions.continuumActive
? TimeDimension(id).continuumAmount
: TimeDimension(id).amount;
: TimeDimension(id).bought;
},
};

0 comments on commit c60e87b

Please sign in to comment.