Skip to content

Commit b7a1d00

Browse files
author
Kubit
committed
Fix data-testid prop named
1 parent 7fd1070 commit b7a1d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/oliveMenu/oliveMenuStandAlone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const OliveMenuStandAloneComponent = (
3333
return (
3434
<OliveMenuStyled
3535
ref={ref}
36-
data-testId={`${props.dataTestId}Container`}
36+
data-testid={`${props.dataTestId}Container`}
3737
styles={props.styles}
3838
onBlur={props.onBlur}
3939
>

0 commit comments

Comments
 (0)