Fix TS errors

This commit is contained in:
ErickSkrauch
2020-07-21 16:23:32 +03:00
parent 9faf7cf404
commit 75a7de2af2
2 changed files with 5 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ storiesOf('Components/Profile', module).add('Profile', () => (
avatar: '',
token: '',
}}
interfaceLocale={'en'}
activeLocale={'en'}
/>
</ProfileLayout>
));