Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Apr 3, 2023
1 parent 7594ad4 commit 174d2ad
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,7 @@ export const UserActions = React.memo((props: UserActionTreeProps) => {
isExpandable
/>
{hasNextPage && (
<ShowMoreButton
onShowMoreClick={handleShowMore}
isLoading={isFetchingNextPage}
/>
<ShowMoreButton onShowMoreClick={handleShowMore} isLoading={isFetchingNextPage} />
)}
{lastPageUserActions?.length ? (
<EuiFlexItem>
Expand Down

0 comments on commit 174d2ad

Please sign in to comment.