Fix DOM nesting

This commit is contained in:
Jakub Majorek 2021-04-01 14:31:23 +02:00
parent e5fdef53df
commit f400f1ae89

View file

@ -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>