fix: remove unused variable from FailSafeModeOverlay component

This commit is contained in:
Adam Shiervani 2025-11-07 13:39:24 +01:00
parent fb3e57aa86
commit fc7156f531
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export function FailSafeModeOverlay({ reason }: FailSafeModeOverlayProps) {
}
};
const { title, message } = getReasonCopy();
const { message } = getReasonCopy();
const handleReboot = () => {
if (!showRebootConfirm) {