From 303c28009ad2d5f49467b359c00d55d658af80b9 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 3 Feb 2021 10:54:08 -0500 Subject: [PATCH] remvoe --- MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift | 1 - 1 file changed, 1 deletion(-) 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