We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cb58a5 + 51a6f41 commit 3da202aCopy full SHA for 3da202a
Fruitties/iosApp/iosApp/ui/FruittieScreen.swift
@@ -50,7 +50,7 @@ struct FruittieScreen: View {
50
Text(content.fruittie.fullName)
51
.font(.title2)
52
.padding(.bottom, 5)
53
- Text("\(content.fruittie.calories) calories")
+ Text("\(content.fruittie.calories)")
54
.font(.title3)
55
56
Spacer()
0 commit comments