Skip to content

Commit 51a6f41

Browse files
committed
Remove double calories.
1 parent 4b6bbde commit 51a6f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fruitties/iosApp/iosApp/ui/FruittieScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct FruittieScreen: View {
5050
Text(content.fruittie.fullName)
5151
.font(.title2)
5252
.padding(.bottom, 5)
53-
Text("\(content.fruittie.calories) calories")
53+
Text("\(content.fruittie.calories)")
5454
.font(.title3)
5555

5656
Spacer()

0 commit comments

Comments
 (0)