remove another localStorage usage

This commit is contained in:
2026-02-21 15:13:41 -07:00
parent 59303010c1
commit f3152fc414

View File

@@ -699,7 +699,6 @@ export default class OfferDetailsView extends Vue {
NOTIFY_OFFER_SUCCESS_RECORDED.message,
TIMEOUTS.LONG,
);
localStorage.removeItem("imageUrl");
if (this.destinationPathAfter) {
(this.$router as Router).push({ path: this.destinationPathAfter });
} else {