Bug Fixing
This commit is contained in:
@@ -409,11 +409,6 @@ export const DetailUser = observer(() => {
|
|||||||
)}
|
)}
|
||||||
{store.authentication.userData.role === "Admin" && (
|
{store.authentication.userData.role === "Admin" && (
|
||||||
<Button
|
<Button
|
||||||
type={
|
|
||||||
store.membership.dataDetail.is_active === true
|
|
||||||
? "danger"
|
|
||||||
: "primary"
|
|
||||||
}
|
|
||||||
onClick={() => withdrawProfit(store.membership.dataDetail.id)}
|
onClick={() => withdrawProfit(store.membership.dataDetail.id)}
|
||||||
>
|
>
|
||||||
Withdraw Profit
|
Withdraw Profit
|
||||||
|
|||||||
Reference in New Issue
Block a user