Merge branch 'develop' into 'devops-staging'
Bug Fixing See merge request empatnusabangsa/ppob/ppob-frontend!85
This commit is contained in:
commit
a5e139838d
|
@ -409,11 +409,6 @@ export const DetailUser = observer(() => {
|
|||
)}
|
||||
{store.authentication.userData.role === "Admin" && (
|
||||
<Button
|
||||
type={
|
||||
store.membership.dataDetail.is_active === true
|
||||
? "danger"
|
||||
: "primary"
|
||||
}
|
||||
onClick={() => withdrawProfit(store.membership.dataDetail.id)}
|
||||
>
|
||||
Withdraw Profit
|
||||
|
|
Loading…
Reference in New Issue
Block a user