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 (
|
||||
<ResponsiveTable>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCellHeader
|
||||
direction={
|
||||
sort.sort === OrderListUrlSortField.number
|
||||
|
@ -170,6 +171,7 @@ export const OrderList: React.FC<OrderListProps> = props => {
|
|||
description="total order price"
|
||||
/>
|
||||
</TableCellHeader>
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
<TableFooter>
|
||||
<TableRow>
|
||||
|
|
Loading…
Reference in a new issue