Unverified Commit f1c58a41 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1197 from ever-co/feat/#1046-pop-up-

fix: removed unnecessary pop up
parents 7311ca4d f07df68a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
	"name": "@ever-platform/admin-web-angular",
	"version": "0.3.7",
	"version": "0.3.9",
	"description": "Ever Admin",
	"license": "AGPL-3.0",
	"homepage": "https://ever.co",
+0 −3
Original line number Diff line number Diff line
@@ -81,9 +81,6 @@ export class MakeOrderComponent implements OnInit, OnDestroy {
			.pipe(takeUntil(this._ngDestroy$))
			.subscribe(
				() => {
					this._showNotification(
						`User with id '${this.customerId}' finish the order`
					);
					this.orderFinishedEmitter.emit();
				},
				() => {