|
|
|
@@ -750,7 +750,7 @@ const ApplicationDetailCard = ( |
|
|
|
</Typography> |
|
|
|
</FormControl> |
|
|
|
</Grid> |
|
|
|
{currentApplicationDetailData.paymentMethod!=null && checkPaymentSuspension()? |
|
|
|
{currentApplicationDetailData.paymentMethod!=null && !checkPaymentSuspension()? |
|
|
|
<Grid item md={3} lg={3}> |
|
|
|
<Button |
|
|
|
size="small" |
|
|
|
|