Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 11, 2025
1 parent aa965a9 commit ab98e0e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ export const EuiColorPalettePicker: FunctionComponent<
{title}
</EuiText>
</EuiFlexItem>
{append && <EuiFlexItem grow={0}>
{append}
</EuiFlexItem>}
{append && <EuiFlexItem grow={0}>{append}</EuiFlexItem>}
</EuiFlexGroup>
<EuiSpacer size="xs" />
</>
Expand Down

0 comments on commit ab98e0e

Please sign in to comment.