@@ -499,21 +499,6 @@ function ListVendorContent({
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="py-3 px-4 text-left text-xs font-semibold text-gray-500">
|
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
Last update
|
|
||||||
<svg
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
viewBox="0 0 8 8"
|
|
||||||
fill="none"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
className="text-gray-400"
|
|
||||||
>
|
|
||||||
<path d="M4 6L7 3H1L4 6Z" fill="currentColor" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</th>
|
|
||||||
<th className="py-3 px-4 text-left text-xs font-semibold text-gray-500">
|
<th className="py-3 px-4 text-left text-xs font-semibold text-gray-500">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
Data Risk
|
Data Risk
|
||||||
@@ -575,9 +560,6 @@ function ListVendorContent({
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="py-4 px-4 text-sm">
|
|
||||||
{formatDate(vendor.updatedAt)}
|
|
||||||
</td>
|
|
||||||
<td className="py-4 px-4">
|
<td className="py-4 px-4">
|
||||||
{riskStatus.status === "NEEDED" ? (
|
{riskStatus.status === "NEEDED" ? (
|
||||||
<Badge className="bg-gray-100 text-gray-600 font-medium text-xs px-2 py-1 rounded-md">
|
<Badge className="bg-gray-100 text-gray-600 font-medium text-xs px-2 py-1 rounded-md">
|
||||||
|
|||||||
Reference in New Issue
Block a user