Skip to content

Commit

Permalink
test get boards
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySpence272 committed Jun 19, 2024
1 parent 8293649 commit 849c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Home: React.FC = () => {
const [tileText, setTitleText] = useState("Home");
const [isAddingNewBoard, setIsAddingNewBoard] = useState(false);
const { user } = useAuth0();
const { postNewBoard } = usePostNewBoard();
const { postNewBoard, error } = usePostNewBoard();
const { getUserBoards } = useGetUserBoards();

useEffect(() => {
Expand Down

0 comments on commit 849c271

Please sign in to comment.