Skip to content

Commit

Permalink
Remove unintended whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Evans <[email protected]>
  • Loading branch information
robertKozik and amyevans authored Apr 27, 2023
1 parent 0e85364 commit 72af27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const GenericPressable = forwardRef((props, ref) => {
// eslint-disable-next-line react/jsx-props-no-spreading
{...rest}
>
{state => (_.isFunction(props.children) ? props.children({...state, isScreenReaderActive, isDisabled}) : props.children) }
{state => (_.isFunction(props.children) ? props.children({...state, isScreenReaderActive, isDisabled}) : props.children)}
</Pressable>
);
});
Expand Down

0 comments on commit 72af27b

Please sign in to comment.