Skip to content

Commit

Permalink
Fixed bug bash
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanAuyeung committed Apr 19, 2024
1 parent 138c096 commit f91909c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/storefront/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function App() {
const data = (await fetchUserProducts()) as Product[];
setFilteredProducts(data);
} catch (error) {
// console.log(error);
}
}

Expand Down

0 comments on commit f91909c

Please sign in to comment.