We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba116bf commit e121a0aCopy full SHA for e121a0a
frontend/components/SupportPage/SupportPage.tsx
@@ -13,8 +13,8 @@ import SupportLinks from './SupportLinks'
13
const { Paragraph, Title } = Typography
14
15
interface SupportPageProps {
16
- isCashBackVisible: boolean
17
- isTelemetryVisible: boolean
+ isCashBackVisible?: boolean
+ isTelemetryVisible?: boolean
18
logoComponent: ReactNode
19
pluginSlug: string
20
}
0 commit comments