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 7a753da commit 429c8e7Copy full SHA for 429c8e7
tree-disk-capture/app/(history)/[id].tsx
@@ -251,11 +251,6 @@ export default function CaptureDetails() {
251
const analysisData: AnalysisWithRelations = { ...data.analysis };
252
253
setAnalysisData(analysisData);
254
- setLoadingProgress({
255
- segmentation: !!data.analysis.segmentation,
256
- pithDetection: !!data.analysis.pith,
257
- ringDetection: !!data.analysis.rings,
258
- });
259
} else {
260
setAnalysisData(null);
261
}
0 commit comments