|
@@ -89,7 +89,7 @@ struct StatsView: View {
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|
|
|
VStack(spacing: 5) {
|
|
VStack(spacing: 5) {
|
|
|
- Text("Sucess").font(.subheadline).foregroundColor(headline)
|
|
|
|
|
|
|
+ Text("Success").font(.subheadline).foregroundColor(headline)
|
|
|
Text(
|
|
Text(
|
|
|
((successRate ?? 100) / 100)
|
|
((successRate ?? 100) / 100)
|
|
|
.formatted(.percent.grouping(.never).rounded().precision(.fractionLength(1)))
|
|
.formatted(.percent.grouping(.never).rounded().precision(.fractionLength(1)))
|