diff --git a/apps/desktop/src/components/DeactivationScreen.tsx b/apps/desktop/src/components/DeactivationScreen.tsx index f59f90e..4c08067 100644 --- a/apps/desktop/src/components/DeactivationScreen.tsx +++ b/apps/desktop/src/components/DeactivationScreen.tsx @@ -6,7 +6,7 @@ type DeactivationScreenProps = { onRetry?: () => Promise | void } -export function DeactivationScreen({ companyName, onRetry }: DeactivationScreenProps) { +export function DeactivationScreen({ onRetry }: DeactivationScreenProps) { const [isRetrying, setIsRetrying] = useState(false) const handleRetry = async () => {