This commit is contained in:
BoHung Chiu 2023-09-21 08:52:23 +08:00
parent 7f59aa21eb
commit c57a79dcc8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class EventNewsFeed
end end
announcements = anns_before_filter.can_display_and_sorted announcements = anns_before_filter.can_display_and_sorted
else else
announcements = [] return
end end
end end
all_anns = [] all_anns = []