Skip to content

Commit

Permalink
Merge pull request #19 from JacobDChamberlain/test3
Browse files Browse the repository at this point in the history
test3
  • Loading branch information
JacobDChamberlain authored Dec 19, 2024
2 parents dc89281 + 8bf5c12 commit c8cb245
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 @@ -15,7 +15,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 c8cb245

Please sign in to comment.