Match-id-968a747b74974ffdecf73d9500293487f6bb2592
This commit is contained in:
parent
c1aeba5e70
commit
cdedd81f6b
|
@ -175,11 +175,7 @@ window.addEventListener('message', messageEvent => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// executes store action
|
// executes store action
|
||||||
<<<<<<< HEAD
|
|
||||||
if (messageEvent.data.payload.type === 'horizonx executue action') {
|
|
||||||
=======
|
|
||||||
if (messageEvent.data?.payload?.type === 'horizonx executue action') {
|
if (messageEvent.data?.payload?.type === 'horizonx executue action') {
|
||||||
>>>>>>> master
|
|
||||||
const data = messageEvent.data.payload.data;
|
const data = messageEvent.data.payload.data;
|
||||||
const store = getStore(data.storeId);
|
const store = getStore(data.storeId);
|
||||||
if (!store?.[data.action]) return;
|
if (!store?.[data.action]) return;
|
||||||
|
|
Loading…
Reference in New Issue