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 fbb7d93 commit de8fc3eCopy full SHA for de8fc3e
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/bookings/filter/type/BookingTypeFilterUiState.kt
@@ -24,14 +24,6 @@ data class BookingTypeFilterUiState(
24
)
25
}
26
27
-val BookingType.remoteValue: String?
28
- // TODO Update this with actual endpoint values
29
- get() = when (this.value) {
30
- BookingType.Type.SERVICE -> "service"
31
- BookingType.Type.EVENT -> "event"
32
- BookingType.Type.ANY -> null
33
- }
34
-
35
val BookingType.titleRes: Int
36
@StringRes get() = when (this.value) {
37
BookingType.Type.ANY -> R.string.bookings_filter_default
0 commit comments