muba-posting 4.1.26 → 4.1.28
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 +1 -1
- package/commonStyles.js +1 -1
- package/package.json +1 -1
- package/utils/Views.js +2 -1
package/Posting.js
CHANGED
|
@@ -298,7 +298,7 @@ export default class Posting extends React.Component {
|
|
|
298
298
|
|
|
299
299
|
prevViews.unshift(this.state.view);
|
|
300
300
|
|
|
301
|
-
if (this.state.fullPosting && this.state.postingAd.town && Views.PUBLISH_6 !== this.state.view) {
|
|
301
|
+
if (this.state.fullPosting && this.state.postingAd.town && Views.PUBLISH_6 !== this.state.view && Views.PAYMENT_ONLINE !== view) {
|
|
302
302
|
const ad = { ...this.state.postingAd };
|
|
303
303
|
if (Views.PUBLISH_4 !== this.state.view) {
|
|
304
304
|
delete ad.images;
|
package/commonStyles.js
CHANGED
package/package.json
CHANGED