Problem with pulling a elements from collection

Hello, I have a problem with pulling a elements from collection.
Template.ListSections.helpers({
list: function(){
this.render(‘ListSections’, {});
},
menu: function() {
return Menu.find();
}
});
I have empty document and in console this: ERROR - stripe public key not found in settings

I don’t know what that means

It looks like you’re leveraging a third party Stripe package, and haven’t added the necessary config items to your settings. Which Stripe package are you using?

With regards to your code not working properly, we can’t see enough to help you troubleshoot. Can you share more of your code like your template, and more details about what the exact issue is?

Hello, thanks for answer. It’s work