notification sr fix

This commit is contained in:
2024-10-05 20:59:41 +05:30
parent 105f103fda
commit 8cd6a65143

View File

@@ -225,7 +225,7 @@ const Notification = () => {
color={"gray.600"}
className="d-flex align-items-center fw-bold web-text-small"
>
{item?.id}
{generateSerialNumber(idx,currentPage, pageSize )}
</Text>
),
Date: (