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 020078a commit 48dc8e5Copy full SHA for 48dc8e5
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/orders/WooPosOrdersState.kt
@@ -28,8 +28,7 @@ sealed class WooPosOrdersState {
28
data class Error(
29
val message: String,
30
val pullToRefreshState: WooPosPullToRefreshState = WooPosPullToRefreshState.Disabled,
31
- ) : WooPosOrdersState() {
32
- }
+ ) : WooPosOrdersState()
33
34
@Immutable
35
data object Loading : WooPosOrdersState() {
0 commit comments