File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
app/src/views/DrefApplicationForm/Operation Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " go-web-app " : patch
3+ ---
4+
5+ Update DREF forms
6+
7+ - Move Response strategy description from placeholder to below the input
8+ - Add DREF allocation field in event details for the Loan type Ops. update form
Original file line number Diff line number Diff line change @@ -696,12 +696,12 @@ function Operation(props: Props) {
696696 />
697697 </ InputSection >
698698 < InputSection
699- description = { ! plannedBudgetMatchRequestedAmount && (
699+ description = { ! plannedBudgetMatchRequestedAmount ? (
700700 < div className = { styles . warning } >
701701 < ErrorWarningFillIcon className = { styles . icon } />
702702 { strings . drefFormResponseTotalAmountOfPlannedBudget }
703703 </ div >
704- ) }
704+ ) : < div /> }
705705 >
706706 < div className = { styles . interventionSelectionContainer } >
707707 < SelectInput
You can’t perform that action at this time.
0 commit comments