Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 23, 2024
1 parent 00a772c commit a5fd5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const config = {
};

export default () => {
return <LarkMap {...config} style={{ height: '300px' }}></LarkMap>;
return <LarkMap {...config} style={{ height: '300px' }} />;
};
```

0 comments on commit a5fd5eb

Please sign in to comment.