mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Fixed streak bonus style (#9608)
This commit is contained in:
@@ -247,7 +247,7 @@ export default {
|
||||
// Append Bonus
|
||||
if (money > 0 && Boolean(bonus)) {
|
||||
if (bonus < 0.01) bonus = 0.01;
|
||||
this.text(`+ ${this.coins(bonus)} ${this.$t('streakCoins')}`);
|
||||
this.streak(`+ ${this.coins(bonus)}`);
|
||||
delete this.user._tmp.streakBonus;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user