Skip to content

Commit bd78401

Browse files
committed
Fix Linter Error
1 parent 57e490a commit bd78401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/settings/GeneralSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const GeneralSettings: React.FC<GeneralSettingsProps> = ({
2222
}) => {
2323
const { t } = useTranslation();
2424
const [customProxyUrl, setCustomProxyUrl] = useState<string>('');
25+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2526
const [isWindows, setIsWindows] = useState(false);
2627

2728
// Check if running on Windows platform

0 commit comments

Comments
 (0)