This commit is contained in:
YasinShaikh123
2024-09-02 16:12:20 +05:30

View File

@@ -65,7 +65,7 @@ const DataTable = ({
{isLoading
? Array.from({ length: TABLE_PAGINATION?.size }).map(
(_, index) => (
<Tr key={index}>
<Tr bg={index % 2 === 0 ? "" : "forestGreen.50"} key={index}>
{tableHeadRow.map((_, i) => (
<Td
width={"fit-content"}