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 6c6b417 commit c2ee90fCopy full SHA for c2ee90f
src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx
@@ -160,7 +160,8 @@ export const View = (props: Props) => {
160
161
const breachesDataArray = props.userBreaches.flat();
162
const initialScanInProgress =
163
- adjustedScanData.scan?.onerep_scan_status === "in_progress";
+ adjustedScanData.scan?.onerep_scan_status === "in_progress" &&
164
+ props.scanCount === 1;
165
166
// Merge exposure cards
167
const combinedArray = [...breachesDataArray, ...adjustedScanResults];
0 commit comments