Skip to content

Commit a26067d

Browse files
fix: remove empty line to fix biome formatting
Remove empty line left after removing disabled prop to satisfy biome formatter requirements. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent b779d6f commit a26067d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
545545
<PrimaryAction
546546
onClick={() => setIsStopConfirmOpen(true)}
547547
isLoading={stopWorkspaceMutation.isPending}
548-
549548
label="Stop workspace"
550549
>
551550
<SquareIcon />

0 commit comments

Comments
 (0)