diff --git a/frontend/src/components/CANs/CANBudgetLineTable/CANBudgetLineTable.jsx b/frontend/src/components/CANs/CANBudgetLineTable/CANBudgetLineTable.jsx index 9f751323f7..8529284b9e 100644 --- a/frontend/src/components/CANs/CANBudgetLineTable/CANBudgetLineTable.jsx +++ b/frontend/src/components/CANs/CANBudgetLineTable/CANBudgetLineTable.jsx @@ -26,6 +26,7 @@ const CANBudgetLineTable = ({ budgetLines }) => { {budgetLines.map((budgetLine) => ( { + const lockedMessage = useChangeRequestsForTooltip(budgetLine); const { isExpanded, setIsRowActive, setIsExpanded } = useTableRow(); const borderExpandedStyles = removeBorderBottomIfExpanded(isExpanded); const bgExpandedStyles = changeBgColorIfExpanded(isExpanded); @@ -118,6 +122,7 @@ const CANBudgetLineTableRow = ({