Skip to content

Commit

Permalink
Yeah it doesn't seem like we need that check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 4, 2024
1 parent b9171bb commit cd8c7ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/hooks/DAO/loaders/useFractalNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ export const useFractalNode = (
return;
}

// comment to pick up in review: will `safeInfoResponseWithGuard` ever not be set?
// typescript doesn't think so.
if (!safeInfoResponseWithGuard) {
reset({ error: true });
return;
}

// if here, we have a valid Safe!

action.dispatch({
Expand Down

0 comments on commit cd8c7ce

Please sign in to comment.