Skip to content

Commit

Permalink
run pretty/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 28, 2024
1 parent c3ce724 commit a48370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/useDAOController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function useDAOController() {
if (daoAddress && !currentDAOAddress.current) {
action.resetDAO().then(() => {
currentDAOAddress.current = daoAddress;
})
});
}
if (!daoAddress || daoAddress !== currentDAOAddress.current) {
currentDAOAddress.current = undefined;
Expand Down

0 comments on commit a48370e

Please sign in to comment.