Commit f07df68a authored by sunko's avatar sunko
Browse files

fix: removed unnecessary pop up

parent c99a971d
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();
				},
				() => {