Show update available banner on test

This commit is contained in:
Becca 2022-02-02 13:09:16 -05:00
parent e6a9d91c54
commit 2408d95487

View file

@ -253,10 +253,7 @@ export class App extends React.Component<IAppProps, IAppState> {
const status = state.status
if (
!(
__RELEASE_CHANNEL__ === 'development' ||
__RELEASE_CHANNEL__ === 'test'
) &&
!(__RELEASE_CHANNEL__ === 'development') &&
status === UpdateStatus.UpdateReady
) {
this.props.dispatcher.setUpdateBannerVisibility(true)