Use curly brackets for all if-statements regardless if they can be written on one line or not.

PHOTO EMBED

Wed Sep 07 2022 19:34:43 GMT+0000 (Coordinated Universal Time)

Saved by @rtanguyen

// if (downPayment) setMonthEstConfig({ ...monthEstConf, downPayment });

if (downPayment) {
	          setMonthEstConfig({ ...monthEstConf, downPayment });
	        }
content_copyCOPY