0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-15 22:32:54 +01:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/top-notices/prompt-completion.js.es6
2021-02-24 18:43:35 +11:00

7 Zeilen
150 B
JavaScript

export default {
shouldRender(_, ctx) {
return (
ctx.siteSettings.custom_wizard_enabled && ctx.site.complete_custom_wizard
);
},
};