fix wrong function call
This commit is contained in:
parent
f658718b94
commit
68d711b2e7
@ -26,7 +26,6 @@ import { QR } from '../components/QR';
|
|||||||
import "../css/pure-min.css";
|
import "../css/pure-min.css";
|
||||||
import "../css/style.css";
|
import "../css/style.css";
|
||||||
import { Page, QRPlaceholder, WalletLink } from '../styled';
|
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 } {
|
export function buildTimeRendering(): { head: string, body: string } {
|
||||||
return {
|
return {
|
||||||
head: renderToString(<Head />),
|
head: renderToString(<Head />),
|
||||||
body: renderToString(<ShowOrderDetails />)
|
body: renderToString(<OfferTip />)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user