Ensure that 'Join the Beta' menu item shows in production

This commit is contained in:
Scott Nonnenberg 2020-07-15 11:31:03 -07:00
parent 5119193093
commit 2529c7f9e3
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ exports.createTemplate = (options, messages) => {
label: messages.goToGithub.message,
click: openGithub,
},
...(isBeta
...(!isBeta
? [
{
label: messages.joinTheBeta.message,