Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
HBS999 committed Oct 29, 2024
1 parent 31ff95a commit 82b755b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export function ColorAreaHiddenInputBase(props: ColorAreaHiddenInputBaseProps) {
const isVertical = () => local.orientation === "vertical";

const ariaLabel = () => {
return [fieldProps.ariaLabel(), context.translations().colorPicker].filter(Boolean).join(", ");
return [fieldProps.ariaLabel(), context.translations().colorPicker]
.filter(Boolean)
.join(", ");
};

const onChange: JSX.ChangeEventHandlerUnion<HTMLInputElement, Event> = (
Expand Down

0 comments on commit 82b755b

Please sign in to comment.