Fix DOM nesting
This commit is contained in:
parent
e5fdef53df
commit
f400f1ae89
1 changed files with 73 additions and 71 deletions
|
@ -99,6 +99,7 @@ export const OrderList: React.FC<OrderListProps> = props => {
|
||||||
return (
|
return (
|
||||||
<ResponsiveTable>
|
<ResponsiveTable>
|
||||||
<TableHead>
|
<TableHead>
|
||||||
|
<TableRow>
|
||||||
<TableCellHeader
|
<TableCellHeader
|
||||||
direction={
|
direction={
|
||||||
sort.sort === OrderListUrlSortField.number
|
sort.sort === OrderListUrlSortField.number
|
||||||
|
@ -170,6 +171,7 @@ export const OrderList: React.FC<OrderListProps> = props => {
|
||||||
description="total order price"
|
description="total order price"
|
||||||
/>
|
/>
|
||||||
</TableCellHeader>
|
</TableCellHeader>
|
||||||
|
</TableRow>
|
||||||
</TableHead>
|
</TableHead>
|
||||||
<TableFooter>
|
<TableFooter>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
|
|
Loading…
Reference in a new issue