remove delete feature

This commit is contained in:
Wikzyy
2025-04-04 21:35:37 +07:00
parent 28090b726e
commit 371193329d
3 changed files with 0 additions and 86 deletions

View File

@ -131,12 +131,6 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode }
>
<KeenIcon icon="notepad-edit" />
</button>
<button
className="btn btn-sm btn-icon btn-clear btn-light"
onClick={() => handleDeleteDialog(true, row)}
>
<KeenIcon icon="trash" />
</button>
</>
);
},