diff --git a/src/Components/Results/Results.tsx b/src/Components/Results/Results.tsx index 3b1dd4926..2243439c1 100644 --- a/src/Components/Results/Results.tsx +++ b/src/Components/Results/Results.tsx @@ -191,7 +191,8 @@ const Results = ({ handleTextFieldChange }: ResultsProps) => { //this is only to cap the totalVisibleRowDollarValue for preschool const typedFiltCategory = filt.category as GridFilterItem; if (typedFiltCategory.value === childCareYouthAndEducationCategoryString) { - const childCareYouthAndEducationDollarValue = renderAllCategoryValues(eligiblePrograms)[childCareYouthAndEducationCategoryString]; + const childCareYouthAndEducationDollarValue = + renderAllCategoryValues(eligiblePrograms)[childCareYouthAndEducationCategoryString]; setTotalVisibleRowDollarValue(childCareYouthAndEducationDollarValue); return; } @@ -731,7 +732,8 @@ const Results = ({ handleTextFieldChange }: ResultsProps) => { {currentCategory.defaultMessage === - categories.find((cat) => cat.defaultMessage === childCareYouthAndEducationCategoryString)?.defaultMessage && ( + categories.find((cat) => cat.defaultMessage === childCareYouthAndEducationCategoryString) + ?.defaultMessage && (