fix: help & feedback links on mobile (#1849)

This commit is contained in:
Aman Harwara
2022-10-20 14:10:23 +05:30
committed by GitHub
parent 050fa9cabc
commit fb72c2fdae
6 changed files with 130 additions and 82 deletions

View File

@@ -50,7 +50,7 @@ const PaneSelector: FunctionComponent<PreferencesProps & { menu: PreferencesMenu
case 'get-free-month':
return null
case 'help-feedback':
return <HelpAndFeedback />
return <HelpAndFeedback application={application} />
default:
return (
<General