Skip to content

Commit

Permalink
Removed extra Unknown status (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Apr 9, 2024
1 parent 82a571c commit fb72555
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
SocialMediaStatus.Unknown => "bi bi-exclamation-circle-fill text-warning",
SocialMediaStatus.Unhealthy => "bi bi-x-circle-fill text-danger",
SocialMediaStatus.Disabled => "bi bi-stop-circle-fill text-muted",
SocialMediaStatus.Unknown => "bi bi-question-circle-fill text-info",
_ => "bi text-primary"
};

Expand Down

0 comments on commit fb72555

Please sign in to comment.