Skip to content

Commit

Permalink
removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Georgiev authored and Antonio Georgiev committed May 20, 2024
1 parent 597bbf6 commit 5311d06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/api/community.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ const getAllNovas = async (body: any, api: BaseQueryApi) => {
data: { daos: enrichedNovae }
};
} catch (e) {
debugger;
return {
error: e
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/Nova/NovaList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const NovaList = () => {
}
});
if (novaFilter === "My Hub") {
debugger;
novas = novas.filter(
(nova) =>
nova.properties.deployer?.toLowerCase() ===
Expand Down

0 comments on commit 5311d06

Please sign in to comment.