diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 2bd30f8c25e4c0c7ba946991e280dd05379cb516..e61bad5b8347205d65a20b6b0c10ca1fccdbb745 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -206,7 +206,7 @@ function navigate_to_query(self, word) {
               load_articles(self, query, offset, self.perPage, "nn")
             ])
             .then(() => {
-              if (self.event && self.scope != "b" && self.event.inflection_suggestions) {
+              if (self.event && self.event.inflection_suggestions) {
                 self.inflection_suggestions = self.event.inflection_suggestions.filter((item) => {
                 if ((item[1] == 1 || item[1] == 3) && self.search_results.bm) {
                   return !self.search_results.bm[0].suggest.includes(item[0])