From bae0bd90f56fa3c7293c0dc9cba0cf0cb820649b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Fri, 21 May 2021 22:47:40 +0200 Subject: [PATCH] 16647: Style fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- src/views/collection-panel/collection-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 81bd1ebc..8d08f28e 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -303,7 +303,7 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t uuidEnhancer={(uuid: string) => } />
- + } /> -- 2.30.2