Skip to content

Commit 16fa30d

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent b99c40b commit 16fa30d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

x-pack/platform/plugins/shared/agent_builder/public/application/components/conversations/conversation_header/conversation_actions_right.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export const ConversationRightActions: React.FC<ConversationRightActionsProps> =
3737
aria-label={labels.container}
3838
responsive={false}
3939
>
40-
<MoreActionsButton
41-
onRenameConversation={onRenameConversation}
42-
onCloseSidebar={isEmbeddedContext ? onClose : undefined}
43-
/>
40+
<MoreActionsButton
41+
onRenameConversation={onRenameConversation}
42+
onCloseSidebar={isEmbeddedContext ? onClose : undefined}
43+
/>
4444
{isEmbeddedContext ? <CloseDockedViewButton onClose={onClose} /> : null}
4545
</EuiFlexGroup>
4646
);

0 commit comments

Comments
 (0)