From 9d681fc594863f339be6aa64543af477324e0c5e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Oct 2020 20:45:57 +0100 Subject: [PATCH] bookmarks fix --- src/components/molecules/Bookmarks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/Bookmarks.tsx b/src/components/molecules/Bookmarks.tsx index bb7574725..8338102da 100644 --- a/src/components/molecules/Bookmarks.tsx +++ b/src/components/molecules/Bookmarks.tsx @@ -28,7 +28,7 @@ const columns = [ name: 'Data Set', selector: function getAssetRow(row: DDO) { const { attributes } = row.findServiceByType('metadata') - return + return }, grow: 2 },