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.
Files changed (2) hide show
  1. package/Posting.js +4 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {