Skip to content

Commit

Permalink
frontend; typing
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed Dec 4, 2024
1 parent 4af18ef commit 2ebc0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zettelkasten-front/src/pages/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function DashboardPage() {
const { partialCards } = usePartialCardContext();
const [refresh, setRefresh] = React.useState<boolean>(false);
const { tasks, setRefreshTasks } = useTaskContext();
const { message, setMessage } = React.useState<string>("");
const [ message, setMessage ] = React.useState<string>("");
const { currentUser } = useAuth();

const { showCreateTaskWindow, setShowCreateTaskWindow } =
Expand Down

0 comments on commit 2ebc0d4

Please sign in to comment.