Skip to content

Commit 58e12ce

Browse files
committed
Add a TODO for an error state handling
1 parent 61cf740 commit 58e12ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Sources/PointOfSale/ViewHelpers/PointOfSaleDashboardViewHelper.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ struct PointOfSaleDashboardViewHelper {
2424
// Continue to other checks
2525
break
2626
case .syncFailed:
27+
// TODO: WOOMOB-1565
2728
return .error(PointOfSaleErrorState.errorOnLoadingOrders())
2829
}
2930
}

0 commit comments

Comments
 (0)