Skip to content

Commit

Permalink
Fix deps array
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Sep 20, 2023
1 parent 32efcc9 commit d8e02a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CrtDashboard = () => {
})
},
})
}, [channelId, displaySnackbar, handleTransaction, joystream, memberId])
}, [channelId, displaySnackbar, handleTransaction, joystream, memberId, proxyCallback])

return (
<LimitedWidthContainer>
Expand Down

0 comments on commit d8e02a3

Please sign in to comment.