mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-17 00:45:08 +00:00
rm unused arg
This commit is contained in:
parent
3e87d5c896
commit
78cbfc2652
@ -1,5 +1,5 @@
|
||||
import { registerUnbound } from "discourse-common/lib/helpers";
|
||||
|
||||
export default registerUnbound("show-extra-nav", function(model) {
|
||||
export default registerUnbound("show-extra-nav", function() {
|
||||
return Discourse.SiteSettings.discourse_patrons_extra_nav_subscribe;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user