From 8f5129a3426f0c8c6ba657fab7aff5220d2c98e7 Mon Sep 17 00:00:00 2001
From: Deepak Pradhan
Date: Thu, 28 Dec 2023 10:54:07 +0545
Subject: [PATCH] Feat removed button tag for ui representation
---
frontend/src/components/projectDetail/fileFormatCard.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/frontend/src/components/projectDetail/fileFormatCard.js b/frontend/src/components/projectDetail/fileFormatCard.js
index 4f83fd79f6..bde232e040 100644
--- a/frontend/src/components/projectDetail/fileFormatCard.js
+++ b/frontend/src/components/projectDetail/fileFormatCard.js
@@ -21,7 +21,8 @@ function FileFormatCard({ title, fileFormats, downloadS3Data, isDownloadingState
return (
- : null}
-
+
{index !== fileFormats.length - 1 &&
}
);