void performAnalysis(url, file)}
onCheckAnother={reset}
/>
diff --git a/src/components/scorecard.tsx b/src/components/scorecard.tsx
index bcd6875..9ffb0d0 100644
--- a/src/components/scorecard.tsx
+++ b/src/components/scorecard.tsx
@@ -32,10 +32,12 @@ const displayUrl = (url: string) => url.replace(/^https?:\/\//, "");
export function ScorecardView({
scorecard,
+ uploadPreviewUrl,
onRunAgain,
onCheckAnother,
}: {
scorecard: Scorecard;
+ uploadPreviewUrl: string | null;
onRunAgain(): void;
onCheckAnother(): void;
}) {
@@ -214,13 +216,23 @@ export function ScorecardView({