Skip to content

Commit

Permalink
Merge branch 'restructure' of https://github.com/diyhue/diyHueUI into…
Browse files Browse the repository at this point in the history
… restructure
  • Loading branch information
Fisico committed Jun 9, 2024
2 parents d89b8e8 + b006a86 commit 01591ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotificationCenter/NotificationCenter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const NotificationCenter = ({HOST_IP, API_KEY, updating, notifications }) => {
<div className="notificationCenterContainer">
<div className="notificationBtn" onClick={openWizard}>
<FaBell />
{swstate === "anyreadytoinstall" && <div className="notificationDot"></div>}
{(swstate === "anyreadytoinstall" || swstate === "allreadytoinstall") && <div className="notificationDot"></div>}
{swstate === "installing" && <div className="updating"></div>}
</div>
<Wizard
Expand Down

0 comments on commit 01591ee

Please sign in to comment.