Skip to content

Commit

Permalink
error downloading goal graph failing url ?procTime=
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk committed Jan 2, 2025
1 parent 741432b commit 8348e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeSwift/Components/GoalImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class GoalImageView : UIView {
}

// No Goal: Placeholder, no animation
guard let goal = self.goal else {
guard let goal = self.goal, !goal.graphUrl.isEmpty, !goal.thumbUrl.isEmpty else {
clearGoalGraph()
return
}
Expand Down

0 comments on commit 8348e38

Please sign in to comment.