fix: ui stuff

This commit is contained in:
Vlad Stan 2023-07-12 15:29:05 +03:00
parent 4ae8b21cb8
commit 3864200ffa
2 changed files with 4 additions and 2 deletions

View file

@ -806,8 +806,8 @@ const market = async () => {
handleOrderStatusUpdate(jsonData) {
if (this.qrCodeDialog.dismissMsg) {
this.qrCodeDialog.dismissMsg()
this.qrCodeDialog.show = false
}
this.qrCodeDialog.show = false
const message = jsonData.shipped ? 'Order shipped' : jsonData.paid ? 'Order paid' : 'Order notification'
this.$q.notify({
type: 'positive',