diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index e044ac0ae56761906f2d43cbc59fed85df81741c..c60cd5d8f0ea37b60814ab17a74c2cb7ea6ac8de 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -139,6 +139,7 @@ function load_articles(self, query, offset, n, dict) {
           dictionary: dict
         })
       })
+      // TODO: Error handling must be moved
       self.article = null
       if (!results.length && offset == 0) {
         if (query.match) {