diff --git a/src/App.js b/src/App.js index 71baf3f..85f3035 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,9 @@ import {LoginPopup, TitleLine} from './infrastructure/widgets'; const MAX_SIDEBAR_STACK_SIZE=10; function DeprecatedAlert(props) { - return null; + return ( +
+ ); } class App extends Component {