Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
michellelin1 committed Jan 21, 2024
1 parent 843f161 commit 0b4be37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Catalog/Catalog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export default function Catalog() {

useEffect(() => {
const fetchCatalogData = async () => {
// const response = await fetch(`${import.meta.env.VITE_BACKEND_HOST}/catalog`);
// const data = await response.json();
const response = await NPOBackend.get('/catalog');
setTableData(response.data);
};
Expand Down

0 comments on commit 0b4be37

Please sign in to comment.