diff --git a/resources/views/chat/partials/user-actions.blade.php b/resources/views/chat/partials/user-actions.blade.php index f9e4954..001e3de 100644 --- a/resources/views/chat/partials/user-actions.blade.php +++ b/resources/views/chat/partials/user-actions.blade.php @@ -255,7 +255,8 @@ } }).then(r => r.json()).then(m => { this.targetMarriage = m.marriage ?? null; - }).catch(() => {}).finally(() => { + }).catch(() => { + }).finally(() => { this.marriageLoading = false; }); } @@ -605,20 +606,20 @@