Skip to content

Commit

Permalink
fix: lint styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Aug 2, 2023
1 parent 96a5c4b commit 47ac919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UserList/ContextMenu/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const useCurrentModal = () => {

return [
CurrentModal,
Modal => {
(Modal) => {
// As setState supports functional updates, we can't pass functional
// components directly
setCurrentModal(() => Modal)
Expand Down

0 comments on commit 47ac919

Please sign in to comment.