mirror of https://github.com/jetkvm/kvm.git
fix: remove unused variable from FailSafeModeOverlay component
This commit is contained in:
parent
fb3e57aa86
commit
fc7156f531
|
|
@ -53,7 +53,7 @@ export function FailSafeModeOverlay({ reason }: FailSafeModeOverlayProps) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const { title, message } = getReasonCopy();
|
const { message } = getReasonCopy();
|
||||||
|
|
||||||
const handleReboot = () => {
|
const handleReboot = () => {
|
||||||
if (!showRebootConfirm) {
|
if (!showRebootConfirm) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue