Skip to content

Commit

Permalink
Added not for Total amount incase of URC
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-wt-egov committed Apr 20, 2023
1 parent d96cf3c commit f3ae544
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -125,6 +125,18 @@ const SelectPaymentPreference = ({ config, formData, t, onSelect, userType }) =>
t={t}
>
<KeyNote keyValue={t("ADV_TOTAL_AMOUNT") + " (₹)"} note={formData?.address?.propertyLocation?.code === "FROM_GRAM_PANCHAYAT" ? "N/A" : max} />
{formData?.address?.propertyLocation?.code === "FROM_GRAM_PANCHAYAT" && (
<CardLabelError
style={{
width: "100%",
marginTop: "-15px",
fontSize: "14px",
marginBottom: "0px",
}}
>
{t("FSM_TOTAL_AMOUNT_NOTE")}
</CardLabelError>
)}
<KeyNote keyValue={t("FSM_ADV_MIN_PAY") + " (₹)"} note={min} />
{inputs?.map((input, index) => {
return (
Expand Down

0 comments on commit f3ae544

Please sign in to comment.