diff options
author | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-07-10 05:25:46 +0900 |
---|---|---|
committer | yunahi <60233430+yunahi@users.noreply.github.com> | 2020-07-10 05:25:46 +0900 |
commit | 39836c84bb518b8497925434190309a1e9eafe55 (patch) | |
tree | 386fd44240e031dd83f603e2ecc07834f25d92f9 /src/client/views/MainView.tsx | |
parent | c8454d675a3081a83c56cf598b1b3637479b0459 (diff) |
added format shape
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 3eed44654..30ad621fd 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -453,7 +453,6 @@ export class MainView extends React.Component { @computed get mainContent() { const sidebar = this.userDoc?.["tabs-panelContainer"]; - console.log('${ ANTIMODEMENU_HEIGHT }'); return !this.userDoc || !(sidebar instanceof Doc) ? (null) : ( <div className="mainView-mainContent" style={{ color: this.darkScheme ? "rgb(205,205,205)" : "black", |