Skip to content

Commit

Permalink
fix typecheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbilchenko committed Feb 5, 2024
1 parent 1a5f5aa commit 01fddf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReferralDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function ReferralDetailsPage({route, account}: ReferralDetailsPageProps) {
}
headerContainerStyles={[styles.staticHeaderImage, styles.justifyContentEnd]}
backgroundColor={theme.PAGE_THEMES[SCREENS.REFERRAL_DETAILS].backgroundColor}
testID={ReferralDetailsPage.displayName}
>
<Text style={[styles.textHeadline, styles.mb2, styles.ph5]}>{contentHeader}</Text>
<Text style={[styles.webViewStyles.baseFontStyle, styles.ml0, styles.mb5, styles.ph5]}>{contentBody}</Text>
Expand Down

0 comments on commit 01fddf9

Please sign in to comment.