Commit 63a87a9a by Demid Merzlyakov

Fix missing optional.

parent 02a9faf6
...@@ -70,7 +70,7 @@ class TodayAirQualityCell: UITableViewCell { ...@@ -70,7 +70,7 @@ class TodayAirQualityCell: UITableViewCell {
stackView.layoutIfNeeded() stackView.layoutIfNeeded()
//Progress //Progress
guard let airQuality = health.airQuality else { guard let airQuality = health?.airQuality else {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment