diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift index 7b5c015d..d6175136 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift @@ -112,7 +112,7 @@ } else { // Only link. Manually add accessibility elements to ensure they are read in the right order. var elements: [Any] = [] - elements.append(leftImage) + elements.append(leftImage.imageView) if let otherElements = eyebrowHeadlineBodyLink.getAccessibilityElements() { elements.append(otherElements) }