Skip to content

Commit 171ad8b

Browse files
committed
Lint
1 parent 50585e4 commit 171ad8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gui/src/components/onboarding/pages/body-proportions/ManualProportions.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ enum ImportStatus {
5757
}
5858

5959
function ImportExportButtons() {
60-
const { state } = useOnboarding();
6160
const isTauri = useIsTauri();
6261
const { l10n } = useLocalization();
6362
const { useRPCPacket, sendRPCPacket } = useWebsocketAPI();

gui/src/hooks/manual-proportions.ts

-1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,5 @@ function roundedStep(value: number, step: number, add: boolean): number {
364364
}
365365
}
366366

367-
368367
export const MIN_HEIGHT = 0.4;
369368
export const CURRENT_EXPORT_VERSION = 1;

0 commit comments

Comments
 (0)