Show check for update button on test

This commit is contained in:
Becca 2022-02-02 13:10:15 -05:00
parent dcef76ace3
commit 24241810c4

View file

@ -95,10 +95,7 @@ export class About extends React.Component<IAboutProps, IAboutState> {
}
private renderUpdateButton() {
if (
__RELEASE_CHANNEL__ === 'development' ||
__RELEASE_CHANNEL__ === 'test'
) {
if (__RELEASE_CHANNEL__ === 'development') {
return null
}