update template
This commit is contained in:
@@ -518,7 +518,7 @@ export default function ServiceMonitoring() {
|
||||
gap={1}
|
||||
>
|
||||
<CircleIcon sx={{ width: 8 }} />
|
||||
Amount Approved : Rp. {fSplit(benefitValue.amountApproved)}
|
||||
Amount Approved : Rp {fSplit(benefitValue.amountApproved)}
|
||||
</Typography>
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
@@ -533,7 +533,7 @@ export default function ServiceMonitoring() {
|
||||
gap={1}
|
||||
>
|
||||
<CircleIcon sx={{ width: 8 }} />
|
||||
Amount Not Approved : Rp. {fSplit(benefitValue.amountNotAprroved)}
|
||||
Amount Not Approved : Rp {fSplit(benefitValue.amountNotAprroved)}
|
||||
</Typography>
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
@@ -548,7 +548,7 @@ export default function ServiceMonitoring() {
|
||||
gap={1}
|
||||
>
|
||||
<CircleIcon sx={{ width: 8 }} />
|
||||
Excess Paid : Rp. {fSplit(benefitValue.excessPaid)}
|
||||
Excess Paid : Rp {fSplit(benefitValue.excessPaid)}
|
||||
</Typography>
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
@@ -563,7 +563,7 @@ export default function ServiceMonitoring() {
|
||||
gap={1}
|
||||
>
|
||||
<CircleIcon sx={{ width: 8 }} />
|
||||
Description : Rp. {fSplit(benefitValue.description)}
|
||||
Description : {benefitValue.description}
|
||||
</Typography>
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user