This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new b6c4497  Login (#440)
b6c4497 is described below

commit b6c44973baa5d8bc0e4c75e0c65fe9535949da32
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Aug 1 13:37:44 2022 -0400

    Login (#440)
---
 karavan-app/src/main/webapp/src/Main.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/karavan-app/src/main/webapp/src/Main.tsx 
b/karavan-app/src/main/webapp/src/Main.tsx
index 6f11935..b535726 100644
--- a/karavan-app/src/main/webapp/src/Main.tsx
+++ b/karavan-app/src/main/webapp/src/Main.tsx
@@ -232,7 +232,7 @@ export class Main extends React.Component<Props, State> {
 
     getMain() {
         return (
-            <div>
+            <>
                 <Flex direction={{default:"row"}} style={{width: "100%", 
height:"100%"}} alignItems={{default:"alignItemsStretch"}} spaceItems={{ 
default: 'spaceItemsNone' }}>
                     <FlexItem>
                         {this.pageNav()}
@@ -268,7 +268,7 @@ export class Main extends React.Component<Props, State> {
                     onEscapePress={e => this.setState({isModalOpen: false})}>
                     <div>{"Are you sure you want to delete the project " + 
this.state.projectToDelete?.projectId + "?"}</div>
                 </Modal>
-            </div>
+            </>
         )
     }
 

Reply via email to