Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiazq committed Oct 19, 2024
1 parent ed19607 commit b6520b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Values/IssueFollowToggleButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class IssueFollowToggleButton extends Component {
isFollowing: false,
isFollowingLocalValue: false,
open: false,
anchorEl: null
anchorEl: null,
});
}

Expand Down

0 comments on commit b6520b6

Please sign in to comment.