Skip to content

Commit 88d1621

Browse files
authored
Fixing arrows rendering as emoji (#122)
1 parent 4ed60e2 commit 88d1621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WatchApp Extension/Models/GlucoseTrend.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ enum GlucoseTrend: Int {
2323
case UpUp:
2424
return ""
2525
case Up:
26-
return ""
26+
return ""
2727
case Flat:
2828
return ""
2929
case Down:
30-
return ""
30+
return ""
3131
case DownDown:
3232
return ""
3333
case DownDownDown:

0 commit comments

Comments
 (0)