force-app/main/default/pages/MaintenanceProductData.page
@@ -1649,7 +1649,8 @@ </td> <td></td> </tr> <apex:repeat value="{!muMap[key]}" var="mu" id="bb2"> <apex:repeat value="{!muMap[key]}" var="mu" id="bb2" first="1"> <tr> <td class="dataCell"> {!mu.AgeLimit__c} </td> @@ -1660,6 +1661,7 @@ {!mu.AmountWithheld__c} </td> <td></td> </tr> </apex:repeat> </apex:repeat> </table>