First public release v2.3.1
This commit is contained in:
@@ -71,7 +71,7 @@ struct StatsView: View {
|
||||
Section("Costs") {
|
||||
StatRow(label: "Total Cost", value: stats.totalCostDisplay)
|
||||
if stats.messageCount > 0 {
|
||||
StatRow(label: "Avg per Message", value: String(format: "$%.4f", stats.averageCostPerMessage))
|
||||
StatRow(label: "Avg per Message", value: stats.averageCostDisplay)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user