From 5f6904795a933fa44f633e512be441c44900c750 Mon Sep 17 00:00:00 2001 From: xmcp Date: Tue, 11 Feb 2020 12:36:49 +0800 Subject: [PATCH] add hint container placeholder --- src/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {