Skip to content

Commit d724486

Browse files
committed
Update MigrationGuide.md
1 parent 307f86d commit d724486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/MigrationGuide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ const MyComponent = () => {
6565
{
6666
month: 'January',
6767
existingCustomers: 65,
68-
newCustomers: 5,
69-
data: [65, 59, 80]
68+
newCustomers: 5
7069
},
7170
{
7271
month: 'February',

0 commit comments

Comments
 (0)