From 68d711b2e7f096369c922a2fa340dd39bf2cb711 Mon Sep 17 00:00:00 2001
From: Sebastian 
Date: Tue, 4 Apr 2023 10:12:13 -0300
Subject: fix wrong function call
---
 packages/merchant-backend-ui/src/pages/OfferTip.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
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()
   }
 }
-- 
cgit v1.2.3