Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
Signed-off-by: Eneko Fernandez <eneko@weave.works>
  • Loading branch information
enekofb committed Dec 15, 2023
1 parent 8dcfed8 commit 890a77f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/pages/v2/FluxRuntime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ function FluxRuntime({ className }: Props) {
isLoading: crdsLoading,
error: crdsError,
} = useListFluxCrds();
const { featureFlags: flags } = useContext(CoreClientContext);
const { isFlagEnabled } = useFeatureFlags();

return (

<Page
Expand Down

0 comments on commit 890a77f

Please sign in to comment.