Merge branch 'develop' into 'devops-staging'
Bug Fixing See merge request empatnusabangsa/ppob/ppob-frontend!85
This commit is contained in:
commit
b1d934cc22
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user