diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift index 633eecc7..5ae68241 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift @@ -142,7 +142,6 @@ open class CaretLink: Button, MVMCoreUIViewConstrainingProtocol { backgroundColor = color.uiColor } - accessibilityIdentifier = model.accessibilityIdentifier enabledColor = (model.inverted ? model.enabledColor_inverted : model.enabledColor).uiColor disabledColor = (model.inverted ? model.disabledColor_inverted : model.disabledColor).uiColor