From 33b6d272c17c2a0e73646822fd6ad4230c99ee0b Mon Sep 17 00:00:00 2001
From: Trirst <abeces968@gmail.com>
Date: Sat, 2 Oct 2021 22:43:45 +0700
Subject: [PATCH] Fix displaying condition of image commentary

---
 src/views/ImagePost.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/ImagePost.vue b/src/views/ImagePost.vue
index 4f5ac48..27ad847 100644
--- a/src/views/ImagePost.vue
+++ b/src/views/ImagePost.vue
@@ -49,7 +49,7 @@
         </div>
         <div class="break-words max-h-80 overflow-y-auto">
           {{
-            originalComment
+            imageInfo.commentary && originalComment
               ? imageInfo.commentary
               : imageInfo.commentary_translation
           }}
-- 
GitLab