Skip to content

Commit 3da202a

Browse files
authored
Merge pull request #97 from Jaehwa-Noh/double-calories
Remove double calories.
2 parents 7cb58a5 + 51a6f41 commit 3da202a

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)