mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Convert MetadataSettings to TypeScript
This commit is contained in:
+1
-3
@@ -8,9 +8,7 @@ import Metadatas from './Metadata/Metadatas';
|
||||
function MetadataSettings() {
|
||||
return (
|
||||
<PageContent title={translate('MetadataSettings')}>
|
||||
<SettingsToolbar
|
||||
showSave={false}
|
||||
/>
|
||||
<SettingsToolbar showSave={false} />
|
||||
|
||||
<PageContentBody>
|
||||
<Metadatas />
|
||||
Reference in New Issue
Block a user