Skip to content

Commit e121a0a

Browse files
committed
feat: make telemetry and cashback visibility optional in SupportPageProps
1 parent ba116bf commit e121a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/SupportPage/SupportPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import SupportLinks from './SupportLinks'
1313
const { Paragraph, Title } = Typography
1414

1515
interface SupportPageProps {
16-
isCashBackVisible: boolean
17-
isTelemetryVisible: boolean
16+
isCashBackVisible?: boolean
17+
isTelemetryVisible?: boolean
1818
logoComponent: ReactNode
1919
pluginSlug: string
2020
}

0 commit comments

Comments
 (0)