discourse-subscriptions/assets/javascripts/discourse/helpers/show-extra-nav.js.es6

6 lines
202 B
Plaintext
Raw Normal View History

2019-11-06 04:43:16 -05:00
import { registerUnbound } from "discourse-common/lib/helpers";
2019-11-06 04:51:16 -05:00
export default registerUnbound("show-extra-nav", function() {
2019-11-06 04:43:16 -05:00
return Discourse.SiteSettings.discourse_patrons_extra_nav_subscribe;
});