From cc688a5dfe3ff6f96241e15fd929ba80bf84766d Mon Sep 17 00:00:00 2001 From: darth-coder00 Date: Fri, 13 Aug 2021 00:10:11 +0530 Subject: [PATCH] Minor change --- .../src/components/my-data-details/FrequentlyJoinedTables.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/ui/src/components/my-data-details/FrequentlyJoinedTables.tsx b/catalog-rest-service/src/main/resources/ui/src/components/my-data-details/FrequentlyJoinedTables.tsx index a9610b21e2b..ff025ca9443 100644 --- a/catalog-rest-service/src/main/resources/ui/src/components/my-data-details/FrequentlyJoinedTables.tsx +++ b/catalog-rest-service/src/main/resources/ui/src/components/my-data-details/FrequentlyJoinedTables.tsx @@ -60,7 +60,7 @@ const FrequentlyJoinedTables: FunctionComponent = ({ const additionalOptions = () => { return ( -
+
{joinedTables?.slice(viewCap).map((table, index) => (