@veloceapps/sdk 8.0.0-121 → 8.0.0-123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2036,7 +2036,7 @@ class QuoteResolver {
2036
2036
  }
2037
2037
  let navigateTo;
2038
2038
  const isAccountMode = this.contextService.mode === ConfigurationContextMode.ACCOUNT;
2039
- if (isAccountMode && this.quoteDraftService.hasAssets) {
2039
+ if (isAccountMode || this.quoteDraftService.hasAssets) {
2040
2040
  navigateTo = '/assets';
2041
2041
  }
2042
2042
  else if (this.quoteDraftService.hasProducts) {