[ARVADOS-WORKBENCH2] updated: 1.2.0-565-gea17d70

Git user git at public.curoverse.com
Mon Oct 8 06:11:47 EDT 2018


Summary of changes:
 src/views-components/main-app-bar/main-app-bar.tsx | 6 ------
 1 file changed, 6 deletions(-)

       via  ea17d70fbcc3401f4ffd01ec02f3206616261dcf (commit)
      from  20cde4f6023a374d00ba401b86b60a257932683c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ea17d70fbcc3401f4ffd01ec02f3206616261dcf
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Oct 8 12:11:38 2018 +0200

    clean code
    
    Feature #14307
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views-components/main-app-bar/main-app-bar.tsx b/src/views-components/main-app-bar/main-app-bar.tsx
index d94b2a0..b936fb1 100644
--- a/src/views-components/main-app-bar/main-app-bar.tsx
+++ b/src/views-components/main-app-bar/main-app-bar.tsx
@@ -27,17 +27,11 @@ const styles: StyleRulesCallback<CssRules> = () => ({
 });
 
 interface MainAppBarDataProps {
-    // searchText: string;
-    // searchDebounce?: number;
     user?: User;
     buildInfo?: string;
     children?: ReactNode;
 }
 
-// export interface MainAppBarActionProps {
-//     onSearch: (searchText: string) => void;
-// }
-
 export type MainAppBarProps = MainAppBarDataProps & WithStyles<CssRules>;
 
 export const MainAppBar = withStyles(styles)(

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list