Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
djtaylor8 committed Jan 7, 2024
1 parent 598d59b commit 547fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ArchivalNoticeModal } from '@the-collab-lab/shopping-list-utils';

const messageResetTimeout = 3000;

export function Home({ createToken, setListToken }) {
export function Home({ setListToken }) {
const navigate = useNavigate();
const [createListMessage, setCreateListMessage] = useState('');
const [existingListMessage, setExistingListMessage] = useState('');
Expand Down

0 comments on commit 547fa5f

Please sign in to comment.