From c6f36de80d527ba618a8038ef82128d591772e3b Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 16 Jul 2020 12:57:50 +0200 Subject: [PATCH] Fix rebase errors --- .../OrderInvoiceList/OrderInvoiceList.tsx | 22 +- .../__snapshots__/Stories.test.ts.snap | 536 +----------------- 2 files changed, 17 insertions(+), 541 deletions(-) diff --git a/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx b/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx index c22bb9080..73d8d9e0a 100644 --- a/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx +++ b/src/orders/components/OrderInvoiceList/OrderInvoiceList.tsx @@ -4,14 +4,12 @@ import CardContent from "@material-ui/core/CardContent"; import { makeStyles } from "@material-ui/core/styles"; import TableBody from "@material-ui/core/TableBody"; import TableCell from "@material-ui/core/TableCell"; -import TableHead from "@material-ui/core/TableHead"; import TableRow from "@material-ui/core/TableRow"; import Typography from "@material-ui/core/Typography"; import CardTitle from "@saleor/components/CardTitle"; import Date from "@saleor/components/Date"; import ResponsiveTable from "@saleor/components/ResponsiveTable"; import Skeleton from "@saleor/components/Skeleton"; -import TableCellHeader from "@saleor/components/TableCellHeader"; import { InvoiceFragment } from "@saleor/fragments/types/InvoiceFragment"; import { buttonMessages } from "@saleor/intl"; import React from "react"; @@ -82,27 +80,9 @@ const OrderInvoiceList: React.FC = props => { ) : ( - - - - - - {onInvoiceSend && ( - - - - )} - - {generatedInvoices.map(invoice => ( - + - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - - - - - -
-
- Invoice no -
-
- - -
-
- Action -
-
- - -