diff --git a/app/features/scanner/components/DeathCard.tsx b/app/features/scanner/components/DeathCard.tsx
index a0068ba09..1ea286e43 100644
--- a/app/features/scanner/components/DeathCard.tsx
+++ b/app/features/scanner/components/DeathCard.tsx
@@ -2,7 +2,7 @@ import { WeaponImage } from "~/components/Image";
import type { MainWeaponId } from "~/modules/in-game-lists/types";
import type { DeathData } from "../core/detectors/death/index";
import { AbilityGrid } from "./AbilityGrid";
-import { saveFixtureFromEvent } from "./fixture-export";
+import { FrameThumb } from "./FrameThumb";
import { formatTime } from "./format";
import { weaponLabel } from "./labels";
@@ -30,28 +30,14 @@ export function DeathCard(props: {
confidence {(confidence * 100).toFixed(0)}%
{detectedAt && {new Date(detectedAt).toLocaleTimeString()}}
- {onInspect && (
-
- )}
- {getFrame && (
-
- )}
- {thumbnail && (
-
- )}
+