Added Notification and Started Wallet Withdraw

This commit is contained in:
2023-07-20 20:24:54 +01:00
parent 87f1a1e3e8
commit a3782e2dfc
7 changed files with 342 additions and 1655 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const PaginatedList = ({ onClick, prev, next, data, start, stop }) => {
if (data?.length > process.env.REACT_APP_ITEM_PER_PAGE) {
return (
<div className="p-3 flex justify-center items-center min-h-[70px] space-x-2 border-t-2">
<div className="p-3 flex justify-center items-center min-h-[70px] space-x-2 border-t-2 w-full">
{/* Render pagination buttons */}
{!prev && (
<button