From a0342050dbf69d294d77fc2176be9672bdce29ff Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 1 Apr 2021 23:44:44 +0200 Subject: [PATCH] Removed Margin from the UserMenu if it's the Navbar Signed-off-by: Avior --- src/dzeio/Navbar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dzeio/Navbar/index.tsx b/src/dzeio/Navbar/index.tsx index 26f7975..0a8449b 100644 --- a/src/dzeio/Navbar/index.tsx +++ b/src/dzeio/Navbar/index.tsx @@ -82,7 +82,7 @@ interface State { /** * Navbar/Sidebar Component - * @version 1.0.1 + * @version 1.0.2 */ export default class Navbar extends React.Component { @@ -224,7 +224,7 @@ export default class Navbar extends React.Component {
- + {this.props.user.menu?.informations && ( {this.props.user.menu?.informations} )}