From f9e29427a54c70d1208629a2ebf702841b1334ec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Dec 2018 17:13:45 +0300 Subject: hide sidebar from anonymous --- vnext/src/App.js | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index e59fdb40..fe91be10 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -106,7 +106,13 @@ export default class App extends React.Component { <>
- + { + user.uid > 0 ? + + : + }