FIX: refresh topic list on logo click

Fixes a regression where, when homepage is set to "categories", clicking on logo would no longer reload topic list.
This commit is contained in:
Penar Musaraj 2019-01-15 17:01:09 -05:00
parent e180e14a55
commit 037776881b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{#discovery-categories refresh=refresh}}
{{#discovery-categories refresh=(route-action "refresh")}}
{{component categoryPageStyle
categories=model.categories
latestTopicOnly=latestTopicOnly

View File

@ -1,4 +1,4 @@
{{#discovery-categories refresh=refresh}}
{{#discovery-categories refresh=(route-action "refresh")}}
{{component categoryPageStyle
categories=model.categories
latestTopicOnly=latestTopicOnly