From 11b78f988ebab88b48c7c881c63bf6926ab4bf84 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 6 Nov 2023 19:27:01 +0100 Subject: [PATCH] lint fix --- .../journal/partials/JournalContentRate.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/js/components/journal/partials/JournalContentRate.vue b/resources/js/components/journal/partials/JournalContentRate.vue index 1bca48edc96..0d5a6e79211 100644 --- a/resources/js/components/journal/partials/JournalContentRate.vue +++ b/resources/js/components/journal/partials/JournalContentRate.vue @@ -28,9 +28,9 @@ />
- +
@@ -168,9 +168,9 @@ export default { axios.put('journal/day/' + this.day.id + '/update', { comment: this.day.comment, }) - .then(response => { - this.editingComment(); - }); + .then(response => { + this.editingComment(); + }); }, destroy() {