Skip to content

Commit

Permalink
[ui] Lint cleanup (#26852)
Browse files Browse the repository at this point in the history
## Summary & Motivation

I've noticed these lint warnings recently. Just tidying up.

## How I Tested These Changes

`yarn lint`, no wranings remain.
  • Loading branch information
hellendag authored Jan 6, 2025
1 parent bb041f4 commit 1dc54ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const AppProvider = (props: AppProviderProps) => {
return wait;
},
});
}, []);
}, [idempotentMutations]);

const apolloClient = React.useMemo(() => {
// Subscriptions use WebSocketLink, queries & mutations use HttpLink.
Expand Down

1 comment on commit 1dc54ca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ggmi2wmq8-elementl.vercel.app

Built with commit 1dc54ca.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.