Skip to content

Commit

Permalink
Fix doxylamine graph in CareView
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Dec 24, 2024
1 parent 8780e5d commit b66e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCKSample/Main/Care/CareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class CareViewController: OCKDailyPageViewController {
}

let doxylamineDataSeries = CKEDataSeriesConfiguration(
taskID: task.id,
taskID: TaskID.doxylamine,
mark: .bar,
legendTitle: String(localized: "DOXYLAMINE"),
color: Color(UIColor.systemGray2),
Expand Down

0 comments on commit b66e3ef

Please sign in to comment.