Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 20, 2024
1 parent cdefb80 commit ca9ddcb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type {
AdvanceExportSettings,
BasicExportSettings,
ExportPreferences,
ExportSettings,
} from 'nmr-load-save';
import { useState } from 'react';
import { Controller, useFormContext } from 'react-hook-form';
Expand Down Expand Up @@ -100,7 +99,7 @@ export function ExportOptions(props: ExportOptionsProps) {
enableAspectRatio,
changeSize,
changeUnit,
} = useExportConfigurer(currentOptions as ExportSettings);
} = useExportConfigurer(currentOptions);

let sizesList: SizeItem[] = [];

Expand Down

0 comments on commit ca9ddcb

Please sign in to comment.