Skip to content

Commit

Permalink
fix: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
CatiaAntunes96 committed Jan 4, 2023
1 parent f987499 commit 0b901a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/boards/newRegularBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const NewRegularBoard: NextPage = () => {
const [createBoard, setCreateBoard] = useState(false);

const setToastState = useSetRecoilState(toastState);
// const setBoardState = useSetRecoilState(createBoardDataState);
const [boardState, setBoardState] = useRecoilState(createBoardDataState);
const [usersList, setUsersList] = useRecoilState(usersListState);
const setTeams = useSetRecoilState(teamsOfUser);
Expand Down

0 comments on commit 0b901a9

Please sign in to comment.