Ensure that 'Join the Beta' menu item shows in production
This commit is contained in:
parent
5119193093
commit
2529c7f9e3
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ describe('SignalMenu', () => {
|
|||
},
|
||||
};
|
||||
const options = {
|
||||
isBeta: true,
|
||||
isBeta: false,
|
||||
openContactUs: null,
|
||||
openForums: null,
|
||||
openGithub: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue