changed class to className
This commit is contained in:
parent
f3bedf5826
commit
7c7b5a9be7
@ -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}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user