Skip to content

Commit 352be92

Browse files
fix component display name
1 parent 2512deb commit 352be92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Greeting/Greeting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ const Container: React.FC<ContainerProps> = (props) => {
2020
return <Component target={target} />
2121
}
2222

23-
Container.displayName = 'Hello'
23+
Container.displayName = 'Greeting'
2424

2525
export default Container

0 commit comments

Comments
 (0)