|
|
|
@ -170,7 +170,7 @@ enum class Stat(override var uniqueIdentifier: Int) : IntIdentifiable, RowRepres |
|
|
|
} |
|
|
|
} |
|
|
|
// white amountsr |
|
|
|
// white amountsr |
|
|
|
AVERAGE_BUYIN, STANDARD_DEVIATION, STANDARD_DEVIATION_HOURLY, |
|
|
|
AVERAGE_BUYIN, STANDARD_DEVIATION, STANDARD_DEVIATION_HOURLY, |
|
|
|
STANDARD_DEVIATION_BB_PER_100_HANDS -> { |
|
|
|
STANDARD_DEVIATION_BB_PER_100_HANDS, TOTAL_BUYIN -> { |
|
|
|
return TextFormat(value.toCurrency(currency)) |
|
|
|
return TextFormat(value.toCurrency(currency)) |
|
|
|
} |
|
|
|
} |
|
|
|
LONGEST_STREAKS -> { |
|
|
|
LONGEST_STREAKS -> { |
|
|
|
|