nowarp fixed in submissions
This commit is contained in:
parent
5d7c5a1a82
commit
c5f2aaae62
@ -374,7 +374,7 @@ const tableRows = filtered.map((item) => [
|
|||||||
? () => handleActionClick(item, 'approve')
|
? () => handleActionClick(item, 'approve')
|
||||||
: undefined}
|
: undefined}
|
||||||
/>
|
/>
|
||||||
<span className="absolute bottom-full mb-1 left-1/2 -translate-x-1/2 bg-black text-white text-xs px-2 py-[2px] rounded opacity-0 group-hover:opacity-100 transition">
|
<span className="absolute bottom-full mb-1 left-1/2 -translate-x-1/2 bg-black text-white text-xs px-2 py-[2px] rounded opacity-0 group-hover:opacity-100 transition whitespace-nowrap">
|
||||||
{item.status?.toLowerCase() === 'approved'
|
{item.status?.toLowerCase() === 'approved'
|
||||||
? 'Already Approved'
|
? 'Already Approved'
|
||||||
: item.status?.toLowerCase() === 'rejected'
|
: item.status?.toLowerCase() === 'rejected'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user