Skip to content

Commit 54a4bee

Browse files
committed
fix test
1 parent 865de35 commit 54a4bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ra-core/codemods/__testfixtures__/replace-Datagrid-DataTable-Props.output.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable prettier/prettier */
12
/* eslint-disable import/no-extraneous-dependencies */
23
import * as React from 'react';
34
import { List, DataTable, useRecordContext } from 'react-admin';
@@ -29,8 +30,7 @@ const PostList = () => (
2930
'& .RaDataTable-row:hover': {
3031
backgroundColor: '#f5f5f5',
3132
},
32-
}}
33-
>
33+
}}>
3434
<DataTable.Col source="id" />
3535
<DataTable.Col source="title" />
3636
<DataTable.Col source="body" />

0 commit comments

Comments
 (0)