diff --git a/frontend/src/components/sdcCollection/sdcSchoolCollection/stepThreeVerifyData/SummaryComponent.vue b/frontend/src/components/sdcCollection/sdcSchoolCollection/stepThreeVerifyData/SummaryComponent.vue index 201712da1..ff9b46777 100644 --- a/frontend/src/components/sdcCollection/sdcSchoolCollection/stepThreeVerifyData/SummaryComponent.vue +++ b/frontend/src/components/sdcCollection/sdcSchoolCollection/stepThreeVerifyData/SummaryComponent.vue @@ -47,24 +47,29 @@ >
{{ key }}
- - {{ header?.columns[key]?.comparisonValue }} - - - + + {{ header?.columns[key]?.comparisonValue }} + + - {{ getComparisonIcon(header?.columns[key]?.comparisonValue, header?.columns[key]?.currentValue) }} - + + {{ getComparisonIcon(header?.columns[key]?.comparisonValue, header?.columns[key]?.currentValue) }} + - - - {{ header?.columns[key]?.currentValue }} - + + + {{ header?.columns[key]?.currentValue }} + +