Skip to content

Commit

Permalink
Merge pull request steemit#3052 from steemit/pk_remove_banner_stable
Browse files Browse the repository at this point in the history
Remove banner for HF20 stable
  • Loading branch information
bnchdrff authored Oct 5, 2018
2 parents fd1160f + d8cb3be commit c91e21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/redux/UserSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function* usernamePasswordLogin(action) {
(typeof sessionStorage !== 'undefined' &&
sessionStorage.getItem('hideAnnouncement') !== 'true')
) {
// Comment to disable announcment
// Uncomment to re-enable announcment
// TODO: use config to enable/disable
yield put(userActions.showAnnouncement());
// yield put(userActions.showAnnouncement());
}

// Sets 'loading' while the login is taking place. The key generation can take a while on slow computers.
Expand Down

0 comments on commit c91e21a

Please sign in to comment.