Skip to content

Commit

Permalink
chore: Add console log for listpath in ManageList.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RossaMania committed Aug 22, 2024
1 parent da88150 commit e980494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ManageList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { addItem } from '../api/firebase';
import toast, { Toaster } from 'react-hot-toast';

export function ManageList({ listPath }) {
console.log('listPath:', listPath);
const [itemName, setItemName] = useState('');
const [itemNextPurchaseTimeline, setItemNextPurchaseTimeline] = useState('');

Expand Down

0 comments on commit e980494

Please sign in to comment.