feat: initial commit for mockup bukopin
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user