Skip to content

Commit cd06f12

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent 0b5a002 commit cd06f12

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

x-pack/platform/plugins/shared/agent_builder/public/application/components/agents/plugins/plugin_detail_panel.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@ export const PluginDetailPanel: React.FC<PluginDetailPanelProps> = ({
7676
isAuto ? (
7777
<EuiBadge color="hollow">{labels.agentPlugins.autoIncludedBadgeLabel}</EuiBadge>
7878
) : (
79-
<EuiButtonEmpty
80-
iconType="cross"
81-
size="xs"
82-
color="danger"
83-
onClick={openConfirmRemove}
84-
>
79+
<EuiButtonEmpty iconType="cross" size="xs" color="danger" onClick={openConfirmRemove}>
8580
{labels.agentPlugins.removePluginButtonLabel}
8681
</EuiButtonEmpty>
8782
)

0 commit comments

Comments
 (0)