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 99f0f97 commit f65eb50Copy full SHA for f65eb50
ts/features/itwallet/presentation/screens/ItwPresentationCredentialDetailScreen.tsx
@@ -110,8 +110,8 @@ const ItwPresentationCredentialDetail = ({
110
<ItwPresentationAdditionalInfoSection credential={credential} />
111
<ItwPresentationCredentialStatusAlert credential={credential} />
112
<ItwPresentationCredentialInfoAlert credential={credential} />
113
- <ItwCredentialTrustmark credential={credential} />
114
<ItwPresentationClaimsSection credential={credential} />
+ <ItwCredentialTrustmark credential={credential} />
115
</VStack>
116
</ContentWrapper>
117
<ItwPresentationDetailsFooter credential={credential} />
0 commit comments