From e358bb2f1f111271ca48fa13156bbeee31d43374 Mon Sep 17 00:00:00 2001 From: gouravmpk Date: Wed, 14 Feb 2024 22:01:49 +0530 Subject: [PATCH] Fixed the Mapping of Admin page colums fixed the styling issue with bounty Title --- src/pages/superadmin/tableComponent/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/superadmin/tableComponent/index.tsx b/src/pages/superadmin/tableComponent/index.tsx index 3063a8c81..65b30b995 100644 --- a/src/pages/superadmin/tableComponent/index.tsx +++ b/src/pages/superadmin/tableComponent/index.tsx @@ -485,26 +485,26 @@ export const MyTable = ({ target="_blank" rel="noopener noreferrer" > - {bounty?.title} + {bounty?.title.length > 50 ? `${bounty?.title.substring(0, 47)}...` : bounty?.title} {created} {time_to_pay}