diff options
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderLabeler.tsx')
-rw-r--r-- | src/screens/Profile/Header/ProfileHeaderLabeler.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx index 64bf71027..6588eb2e1 100644 --- a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx +++ b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx @@ -333,7 +333,7 @@ function CantSubscribePrompt({ </Trans> </Prompt.DescriptionText> <Prompt.Actions> - <Prompt.Action onPress={control.close} cta={_(msg`OK`)} /> + <Prompt.Action onPress={() => control.close()} cta={_(msg`OK`)} /> </Prompt.Actions> </Prompt.Outer> ) |