Skip to content

Commit

Permalink
fix: load activity when there is no comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Feb 26, 2024
1 parent 75cf0c7 commit 29e29a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/modules/history/history.controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ class HistorySectionController
_loadHistory: () ->
if @.totalComments == 0
@.commentsNum = 0
return
else
@._loadComments()
@._loadComments()

@._loadActivity()

Expand Down

0 comments on commit 29e29a1

Please sign in to comment.