diff --git a/packages/merchant-backend-ui/src/pages/OfferTip.tsx b/packages/merchant-backend-ui/src/pages/OfferTip.tsx index 6df959028..d32072282 100644 --- a/packages/merchant-backend-ui/src/pages/OfferTip.tsx +++ b/packages/merchant-backend-ui/src/pages/OfferTip.tsx @@ -26,7 +26,6 @@ import { QR } from '../components/QR'; import "../css/pure-min.css"; import "../css/style.css"; import { Page, QRPlaceholder, WalletLink } from '../styled'; -import { ShowOrderDetails } from './ShowOrderDetails'; /** @@ -136,6 +135,6 @@ export function mount(): void { export function buildTimeRendering(): { head: string, body: string } { return { head: renderToString(), - body: renderToString() + body: renderToString() } }