Skip to content

Commit

Permalink
tmp fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <[email protected]>
  • Loading branch information
nikrooz committed Nov 10, 2024
1 parent 49a300e commit 6a5cbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/features/overview-route/src/lib/Details/Deployment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export function DeploymentDetails() {
</>
}
>
{DeploymentForm}
<DeploymentForm />
</ComplementaryWithSearchParam>
);
}

function DeploymentForm({ paramValue }: { paramValue: string }) {
return <div>{paramValue}</div>;
function DeploymentForm() {
return <div>deployment</div>;
}

0 comments on commit 6a5cbde

Please sign in to comment.