Skip to content

Commit 88ba91c

Browse files
committed
hotfix
1 parent fad3e9f commit 88ba91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Managers/Live Activity/ChartAxisGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct ChartAxisGenerator {
3030
]
3131

3232
let actualPoints = points + glucoseDisplayRange
33-
let sortedChartPoints = points.sorted {(obj1, obj2) in
33+
let sortedChartPoints = actualPoints.sorted {(obj1, obj2) in
3434
return obj1 < obj2
3535
}
3636

0 commit comments

Comments
 (0)