diff --git a/app/helpers/issuables_helper.rb b/app/helpers/issuables_helper.rb
index 8ad45e24f359cf784ed1ae101b228a29350afd33..8231ce49fac335b65f535474e95d51bfbe36ad75 100644
--- a/app/helpers/issuables_helper.rb
+++ b/app/helpers/issuables_helper.rb
@@ -68,7 +68,7 @@ module IssuablesHelper
   end
 
   def issuable_todo(issuable)
-    if issuable
+    if current_user
       current_user.todos.find_by(target: issuable, state: :pending)
     end
   end