mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
fix(i18n): remove unused tEditor and index variables
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
af94d74ad8
commit
1ab7e122d2
@@ -187,7 +187,6 @@ export function SettingsPanel({
|
||||
onSpeedDelete,
|
||||
}: SettingsPanelProps) {
|
||||
const tSettings = useScopedT('settings');
|
||||
const tEditor = useScopedT('editor');
|
||||
const { t } = useI18n();
|
||||
const [wallpaperPreviewPaths, setWallpaperPreviewPaths] = useState<string[]>([]);
|
||||
const [customImages, setCustomImages] = useState<string[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user