Skip to content

Commit ce9c33f

Browse files
committed
plugin-catalog: Remove unnecessary button text
Signed-off-by: Evangelos Skopelitis <[email protected]>
1 parent 45d35ad commit ce9c33f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugin-catalog/src/components/plugins/Detail.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,8 @@ export function PurePluginDetail({
236236
) : null
237237
) : (
238238
<>
239-
<LoadingButton progress={currentActionProgress} onCancel={onCancel} />
240239
<Tooltip title={`${currentActionState}:${currentActionMessage}`}>
241-
<Typography variant="body1" sx={{ marginLeft: 1 }}>
242-
{currentAction}
243-
</Typography>
240+
<LoadingButton progress={currentActionProgress} onCancel={onCancel} />
244241
</Tooltip>
245242
</>
246243
),

0 commit comments

Comments
 (0)