Skip to content

Commit 26ef6ad

Browse files
committed
yarn fix
1 parent 14a9610 commit 26ef6ad

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

www/src/components/overview/clusters/all/AllClustersTableCols.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ const ColActions = columnHelper.accessor((instance) => instance, {
115115
const instance = getValue()
116116

117117
return (
118-
<Flex gap="small" justify="flex-end" width="100%">
118+
<Flex
119+
gap="small"
120+
justify="flex-end"
121+
width="100%"
122+
>
119123
{(instance.type === CombinedClusterType.SelfHosted ||
120124
instance.status === ConsoleInstanceStatus.Provisioned) && (
121125
<Button

www/src/components/overview/clusters/plural-cloud/CloudInstanceTableCols.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ const ColActions = columnHelper.accessor((instance) => instance, {
167167
const instance = getValue()
168168

169169
return (
170-
<Flex gap="small" justify="flex-end" width="100%">
170+
<Flex
171+
gap="small"
172+
justify="flex-end"
173+
width="100%"
174+
>
171175
{instance.status === ConsoleInstanceStatus.Provisioned && (
172176
<Button
173177
secondary

0 commit comments

Comments
 (0)