Skip to content

Commit

Permalink
Fix useLoadDAONode
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Apr 16, 2024
1 parent 0f44893 commit 122bb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/loaders/useLoadDAONode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const useLoadDAONode = () => {
return { error: 'errorFailedSearch' };
}

const sanitizedDaoAddress = utils.getAddress(_daoAddress);
const sanitizedDaoAddress = getAddress(_daoAddress);
const safeInfoWithGuard = await safeAPI.getSafeData(sanitizedDaoAddress);

const node: FractalNode = Object.assign(graphNodeInfo, {
Expand Down

0 comments on commit 122bb11

Please sign in to comment.