Skip to content

Commit

Permalink
fix BoardItem
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Jun 29, 2023
1 parent 926f7cf commit 6e413a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BoardItem/BoardItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const BoardItem = ({
const handleOpenEditModal = e => {
e.stopPropagation();
setIsOpenEditModal(true);
dispatch(getBoardById(id));
// dispatch(getBoardById(id));
};
const handleCloseEditModal = () => {
setIsOpenEditModal(false);
Expand Down

0 comments on commit 6e413a2

Please sign in to comment.