diff --git a/VDS/Components/PriceLockup/PriceLockup.swift b/VDS/Components/PriceLockup/PriceLockup.swift index bde3123e..6f6b21b5 100644 --- a/VDS/Components/PriceLockup/PriceLockup.swift +++ b/VDS/Components/PriceLockup/PriceLockup.swift @@ -224,14 +224,7 @@ open class PriceLockup: View { shouldUpdateView = true setNeedsUpdate() } - - open override var accessibilityElements: [Any]? { - get { - return nil - } - set {} - } - + //-------------------------------------------------- // MARK: - Private Methods //--------------------------------------------------