Skip to content

Commit 07f0a89

Browse files
authored
nate/feature/LOOP-1293/display-mock-cgm-status-progress (#12)
* refactor to device status progress * renaming request
1 parent 96c04d6 commit 07f0a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShareClientUI/ShareClientManager+UI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extension ShareClientManager: CGMManagerUI {
3131
}
3232

3333
// TODO Placeholder. This functionality will come with LOOP-1311
34-
public var progressPercentCompleted: Double? {
34+
public var cgmLifecycleProgress: DeviceLifecycleProgress? {
3535
return nil
3636
}
3737
}

0 commit comments

Comments
 (0)