Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion src/components/FooterFolder/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Footer({ ...rest }) {
onClick={() => {
window.open(
'https://maps.app.goo.gl/LJWvkdhwrRMhjEZs7',
'_blank'
'_blank',
);
}}
>
Expand Down

0 comments on commit 915860b

Please sign in to comment.