Skip to content

Commit

Permalink
linter is going to get annoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Jul 1, 2024
1 parent 147677c commit a115e5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const PodStateUpdater = ({ podId }: { podId: string }) => {
<div className="min-w-max">
<PodState podId={podId} />
</div>
{/* <div className="space-y-2 w-[300px] my-auto">
<div className="space-y-2 w-[300px] my-auto hidden">
<Label htmlFor="pod-select">Set State:</Label>
<div className="flex gap-2">
<Select
Expand All @@ -49,7 +49,7 @@ export const PodStateUpdater = ({ podId }: { podId: string }) => {
</Select>
<Button onClick={publishPodState}>Set</Button>
</div>
</div> */}
</div>
</div>
);
};
Expand Down

0 comments on commit a115e5d

Please sign in to comment.