Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDChamberlain committed Dec 19, 2024
1 parent 97cee5d commit 8bf5c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MerchCart/MerchCart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function MerchCart({ isOpen }) {
const [alertMessage, setAlertMessage] = useState("");


// Fetch the inventory data from the backend
// Fetch the inventory data from the backendf
useEffect(() => {
if (inventory) setMerchItems(inventory);
}, [inventory]);
Expand Down

0 comments on commit 8bf5c12

Please sign in to comment.