Skip to content

Commit

Permalink
Update src/components/page-deployment-component/deployment-component-…
Browse files Browse the repository at this point in the history
…overview.tsx

Co-authored-by: Nils Gustav Stråbø <65334626+nilsgstrabo@users.noreply.github.com>
  • Loading branch information
Richard87 and nilsgstrabo authored Sep 12, 2024
1 parent 26d204c commit 43b858c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const DeploymentComponentOverview: FunctionComponent<{
}> = ({ appName, deploymentName, componentName }) => {
const {
data: deployment,
refetch,
...deploymentState
} = useGetDeploymentQuery(
{ appName, deploymentName },
Expand Down

0 comments on commit 43b858c

Please sign in to comment.