We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39fd01 commit 986b52eCopy full SHA for 986b52e
WooCommerce/Classes/ViewRelated/Orders/Order Details/Address Edit/EditAddressFormViewModel.swift
@@ -45,12 +45,6 @@ final class EditAddressFormViewModel: ObservableObject {
45
46
// MARK: Navigation and utility
47
48
- /// Return `true` if the done button should be enabled.
49
- ///
50
- var isDoneButtonEnabled: Bool {
51
- return originalAddress != updatedAddress
52
- }
53
-
54
/// Active navigation bar trailing item.
55
/// Defaults to a disabled done button.
56
///
0 commit comments