Skip to content

Commit

Permalink
Fixed share link page header
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Airmet authored and dmitrizagidulin committed Sep 5, 2023
1 parent d91fadf commit 9a4ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/PublicLinkScreen/PublicLinkScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default function PublicLinkScreen ({ navigation, route }: PublicLinkScree
<>
{screenMode === PublicLinkScreenMode.Default && (
<Text style={styles.title}>
{credential.credentialSubject?.hasCredential?.name || 'Credential'}
{rawCredentialRecord.credential.name || 'Credential'}
</Text>
)}
<Text style={styles.instructions}>{instructionsText}</Text>
Expand Down

0 comments on commit 9a4ec9e

Please sign in to comment.