Skip to content

Commit 0ae3f1c

Browse files
committed
test: fix hook story
1 parent 0f52b0a commit 0ae3f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stories/Hooks.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ LazyHookRendering.args = {
139139
};
140140

141141
export const InlineRef = Template.bind({});
142-
LazyHookRendering.args = {
142+
InlineRef.args = {
143143
inlineRef: true,
144144
};
145145

0 commit comments

Comments
 (0)