acc topup temporarily hidden

This commit is contained in:
VividTruthKeeper 2022-11-22 15:13:29 +05:00
parent 96a4db7d9c
commit 7d3b1d080d
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ const Base = () => {
})
: null
: null}
{user
{/* {user
? user.account_replenishment.length !== 0
? user.account_replenishment.map((el, i) => {
// if (el.payed) {
@ -320,7 +320,7 @@ const Base = () => {
);
})
: null
: null}
: null} */}
</tbody>
</table>
</div>