Skip to content

Commit

Permalink
Fix (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsenicro authored Jan 18, 2024
1 parent a282268 commit af82011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.react/src/components/sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Sidebar = ({acceptancesPresent}) => {
to="/requests"
>
<Badge
invisible={acceptancesPresent}
invisible={!acceptancesPresent}
anchorOrigin={{
vertical: "top",
horizontal: "left",
Expand Down

0 comments on commit af82011

Please sign in to comment.