[ARVADOS-WORKBENCH2] updated: 1.2.0-378-g62210d9
Git user
git at public.curoverse.com
Tue Sep 18 05:04:42 EDT 2018
Summary of changes:
src/views-components/details-panel/details-data.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 62210d9f0b937947e52e7a9a0f5cb8f9201258a7 (commit)
from 877ce2a1b858c685eec0e8f47652ebb8a271195e (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 62210d9f0b937947e52e7a9a0f5cb8f9201258a7
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Tue Sep 18 11:04:27 2018 +0200
refs #master Fix details panel empty state
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/views-components/details-panel/details-data.tsx b/src/views-components/details-panel/details-data.tsx
index 5c06188..b5ebc36 100644
--- a/src/views-components/details-panel/details-data.tsx
+++ b/src/views-components/details-panel/details-data.tsx
@@ -9,7 +9,7 @@ export abstract class DetailsData<T extends DetailsResource = DetailsResource> {
constructor(protected item: T) {}
getTitle(): string {
- return this.item.name;
+ return this.item.name || 'Projects';
}
abstract getIcon(className?: string): React.ReactElement<any>;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list