diff options
Diffstat (limited to 'src/view/screens/AppPasswords.tsx')
-rw-r--r-- | src/view/screens/AppPasswords.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/AppPasswords.tsx b/src/view/screens/AppPasswords.tsx index 8fac86d34..32f9e13e1 100644 --- a/src/view/screens/AppPasswords.tsx +++ b/src/view/screens/AppPasswords.tsx @@ -19,7 +19,7 @@ import {CenteredView} from 'view/com/util/Views' type Props = NativeStackScreenProps<CommonNavigatorParams, 'AppPasswords'> export const AppPasswords = withAuthRequired( - observer(({}: Props) => { + observer(function AppPasswordsImpl({}: Props) { const pal = usePalette('default') const store = useStores() const {screen} = useAnalytics() |