From 3c805ebbf7df2ca417d2aa7485fe79fd7debae9c Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 11 Feb 2023 19:36:36 +0000 Subject: [PATCH] fix deployment action build A tag styling --- frontend/src/components/deployment/Actions.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/deployment/Actions.tsx b/frontend/src/components/deployment/Actions.tsx index 267ea371c..521fc0edb 100644 --- a/frontend/src/components/deployment/Actions.tsx +++ b/frontend/src/components/deployment/Actions.tsx @@ -126,13 +126,17 @@ const Actions: Component<{}> = (p) => { }; const Build: Component = () => { - const { ws, deployments } = useAppState(); + const { deployments } = useAppState(); const params = useParams(); const actions = useActionStates(); const buildID = () => deployments.get(params.id)!.deployment.build_id!; return ( - + build