Skip to content

Commit 54ed2b9

Browse files
Update packages/react-core/src/components/Compass/CompassNavSearch.tsx
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
1 parent e9539a1 commit 54ed2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/components/Compass/CompassNavSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const CompassNavSearch: React.FunctionComponent<CompassNavSearchProps> =
4343
className,
4444
onClick,
4545
...props
46-
}) => (
46+
}: CompassNavSearchProps ) => (
4747
<div className={css(styles.compassNav + '-search', className)} {...props}>
4848
<Tooltip content={tooltipContent}>
4949
<Button isCircle variant="plain" icon={<CompassSearchIcon />} aria-label={ariaLabel} onClick={onClick} />

0 commit comments

Comments
 (0)