Skip to content

Commit c55a50e

Browse files
committed
rename to result
1 parent f875902 commit c55a50e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react/src/modules/guide/components/Toolbar/V2

packages/react/src/modules/guide/components/Toolbar/V2/V2.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export const V2 = () => {
4646
};
4747
}, [isVisible, client]);
4848

49-
const data = useInspectGuideClientStore();
50-
if (!data) {
49+
const result = useInspectGuideClientStore();
50+
if (!result) {
5151
return null;
5252
}
5353

0 commit comments

Comments
 (0)