changed class to className

This commit is contained in:
Pramod Mahajan 2025-05-07 16:42:19 +05:30
parent f3bedf5826
commit 7c7b5a9be7

View File

@ -83,7 +83,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
currentItems.map((item, index) => (
<tr key={index}>
<td style={{ width: "20px" }}>
<i class="bx bx-right-arrow-alt"></i>
<i className="bx bx-right-arrow-alt"></i>
</td>
{updatedColumns.map((col) => (
<td className="text-start mx-2" key={col.key}>