feat: initial commit for mockup bukopin

This commit is contained in:
2023-01-17 21:21:43 +07:00
parent 0ebe039eda
commit 9f0c68b2ce
23 changed files with 142 additions and 568201 deletions

View File

@@ -46,7 +46,7 @@ export class CheckoutVouchers extends React.Component {
render() {
const {classes} = this.props;
const logoUrl = (this.props.vouchersStore.dataItems.images.logo) ? get(this.vouchersStore.dataItems, 'images.logo', '') : 'http://lorempixel.com/400/200';
const logoUrl = (this.props.vouchersStore.dataItems.images.main) ? get(this.vouchersStore.dataItems, 'images.main', '') : 'http://lorempixel.com/400/200';
let image = logoUrl;