[ARVADOS-WORKBENCH2] updated: 1.2.0-433-g190e10b
Git user
git at public.curoverse.com
Sat Sep 22 03:06:10 EDT 2018
Summary of changes:
src/views-components/snackbar/snackbar.tsx | 1 -
1 file changed, 1 deletion(-)
via 190e10b8b1e5a5fd14744fddcf8c71246bf4e7ee (commit)
from 020ffe99a961cbad5e4d1ff7bf85b050d5132350 (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 190e10b8b1e5a5fd14744fddcf8c71246bf4e7ee
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date: Sat Sep 22 09:05:29 2018 +0200
Remove unnecessary comment
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>
diff --git a/src/views-components/snackbar/snackbar.tsx b/src/views-components/snackbar/snackbar.tsx
index 388a2e0..888138e 100644
--- a/src/views-components/snackbar/snackbar.tsx
+++ b/src/views-components/snackbar/snackbar.tsx
@@ -83,7 +83,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
},
});
-// const ArvadosSnackbar =
export const Snackbar = withStyles(styles)(connect(mapStateToProps, mapDispatchToProps)(
(props: SnackbarDataProps & SnackbarEventProps & WithStyles<CssRules>) => {
const { classes } = props;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list