Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit e47eb6b

Browse files
committed
fixing frontend build issues
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
1 parent 77b4e39 commit e47eb6b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/btc_vault_app/src/components/debug/developer-overlay.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
Play,
2323
Pause,
2424
Timer,
25-
Settings
2625
} from 'lucide-react';
2726
import { APP_GIT_COMMIT } from '@/lib/env';
2827

@@ -39,7 +38,6 @@ export function DeveloperOverlay() {
3938
const [isFunding, setIsFunding] = useState(false);
4039
const [isAddingNetwork, setIsAddingNetwork] = useState(false);
4140
const [autoMining, setAutoMining] = useState({ enabled: false, blockTime: 10 });
42-
const [isCheckingAutoMining, setIsCheckingAutoMining] = useState(false);
4341
const [isTogglingAutoMining, setIsTogglingAutoMining] = useState(false);
4442
const { data: currentBlockHeight, error: blockHeightError } = useCurrentBlockHeight();
4543
const queryClient = useQueryClient();

0 commit comments

Comments
 (0)