Skip to content

Commit 37a9fee

Browse files
committed
few lines
1 parent b746fd5 commit 37a9fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ScannerUI.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const ScannerUI = () => {
272272
{/* Scan Results */}
273273
{scanResults && (
274274
<ScanResults
275-
results={scanResults}
275+
data={scanResults}
276276
usedCache={usedCache}
277277
onRefreshRequest={handleUrlScan}
278278
scanning={scanning}

0 commit comments

Comments
 (0)