muba-posting 3.0.13 → 3.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Posting.js +4 -0
- package/package.json +1 -1
package/Posting.js
CHANGED
|
@@ -380,6 +380,10 @@ export default class Posting extends React.Component {
|
|
|
380
380
|
await this.setState({ postingAd: { ...this.state.postingAd, adId: responseJson.adId } });
|
|
381
381
|
this._goToPage(Views.PREVIEW, null, responseJson);
|
|
382
382
|
}
|
|
383
|
+
|
|
384
|
+
if (this.props.showRatingPopup) {
|
|
385
|
+
this.props.showRatingPopup();
|
|
386
|
+
}
|
|
383
387
|
}
|
|
384
388
|
});
|
|
385
389
|
}
|