diff --git a/src/components/overlay-widget/package/PackageHistory.vue b/src/components/overlay-widget/package/PackageHistory.vue index 06307164..4dd73822 100644 --- a/src/components/overlay-widget/package/PackageHistory.vue +++ b/src/components/overlay-widget/package/PackageHistory.vue @@ -11,65 +11,6 @@ :selectAllPackageTypes="true" > - @@ -77,11 +18,40 @@ -
+ + + + + + + + + + + +
-
- - - + + + + + + + + + + + - - - -
+
+
diff --git a/src/utils/package.ts b/src/utils/package.ts index 0ab833eb..80dc61d3 100755 --- a/src/utils/package.ts +++ b/src/utils/package.ts @@ -190,10 +190,6 @@ export async function getParentPackageHistoryTreeImpl({ rootContext: IRootAncestorHistoryContext; depth: number; }): Promise { - // if (store.state.packageHistory.status !== PackageHistoryStatus.INFLIGHT) { - // throw new Error(`Status: ${store.state.packageHistory.status}, exiting`); - // } - if (rootContext.treeNodeCache.has(label)) { store.dispatch(`packageHistory/${PackageHistoryActions.LOG_EVENT}`, { event: `Cache hit for ${label}`,