Skip to content

Commit 8b6e457

Browse files
committed
removing comment
1 parent e26bdb2 commit 8b6e457

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hooks/offramp/useMainProcess.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ export const useMainProcess = () => {
176176
updateHookStateFromState(nextState);
177177
}
178178
})();
179-
// This effect has dependencies that are used inside the async function (assetHubNode, pendulumNode, walletAccount)
180-
// but we intentionally exclude them from the dependency array to prevent unnecessary re-renders.
181-
// These dependencies are stable and won't change during the lifecycle of this hook.
182179
// eslint-disable-next-line react-hooks/exhaustive-deps
183180
}, [
184181
offrampingState,

0 commit comments

Comments
 (0)