Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 94e34239 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

maj js

parent 35d8b91a
No related branches found
No related tags found
No related merge requests found
......@@ -69,12 +69,12 @@ export default Component.extend({
@discourseComputed("router.currentRouteName")
shouldShow(currentRouteName) {
let showSidebar =
settings.show_as_sidebar && currentRouteName === "discovery.latest";
return currentRouteName === `discovery.${defaultHomepage()}` || showSidebar;
},
// @discourseComputed("router.currentRouteName")
// shouldShow(currentRouteName) {
// let showSidebar =
// settings.show_as_sidebar && currentRouteName === "discovery.latest";
// return currentRouteName === `discovery.${defaultHomepage()}` || showSidebar;
// },
showTopicLists: and("shouldShow", "category1", "category2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment