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