From 60d75c1ec79d381a0f5fc48de06e6c080224bf3b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 5 Aug 2026 16:56:27 +0300 Subject: [PATCH] cleanup --- src/components/post_status_form/post_status_form.js | 2 +- src/components/quote/quote_form.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index ec61832de..7ef59af3f 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -510,7 +510,7 @@ const PostStatusForm = { // Error handling pollContentError() { return ( - this.pollFormVisible && this.newStatus.poll && this.newStatus.poll.error + this.pollFormVisible && this.newStatus.poll?.error ) }, diff --git a/src/components/quote/quote_form.vue b/src/components/quote/quote_form.vue index 2e7200d7f..a019bdda8 100644 --- a/src/components/quote/quote_form.vue +++ b/src/components/quote/quote_form.vue @@ -10,6 +10,7 @@ size="1" class="input" :placeholder="$t('post_status.quote_url')" + :aria-label="$t('post_status.quote_url')" >