Skip to content

Commit

Permalink
enable on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Sep 1, 2020
1 parent 9b2dc57 commit bcaf45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class App extends Component {
}

render() {
const enablePubnetBots = false;
const enablePubnetBots = true;

let banner = (<div className={styles.banner}>
<Button
Expand Down

0 comments on commit bcaf45e

Please sign in to comment.