File tree 1 file changed +6
-6
lines changed
components/table/__tests__/__snapshots__
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ exports[`Table renders JSX correctly 1`] = `
34
34
</thead >
35
35
<tbody class = " ant-table-tbody" >
36
36
<tr class = " ant-table-row ant-table-row-level-0" data-row-key = " 1" >
37
- <td ><span class = " ant-table-row-indent indent-level-0" style = " padding-left: 0px;" ></span >
37
+ <td class = " " ><span class = " ant-table-row-indent indent-level-0" style = " padding-left: 0px;" ></span >
38
38
<!---->John</td >
39
- <td >Brown</td >
40
- <td >32</td >
39
+ <td class = " " >Brown</td >
40
+ <td class = " " >32</td >
41
41
</tr >
42
42
<tr class = " ant-table-row ant-table-row-level-0" data-row-key = " 2" >
43
- <td ><span class = " ant-table-row-indent indent-level-0" style = " padding-left: 0px;" ></span >
43
+ <td class = " " ><span class = " ant-table-row-indent indent-level-0" style = " padding-left: 0px;" ></span >
44
44
<!---->Jim</td >
45
- <td >Green</td >
46
- <td >42</td >
45
+ <td class = " " >Green</td >
46
+ <td class = " " >42</td >
47
47
</tr >
48
48
</tbody >
49
49
</table >
You can’t perform that action at this time.
0 commit comments