Skip to content

Commit

Permalink
fix: prop names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Feb 27, 2024
1 parent ecfb2a8 commit 649b7fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export function PresentationNotificationScreen({
<Paragraph variant="sub">
The following information will be presented:
</Paragraph>
<YStack>
<YStack flexDirection="row" flexWrap="wrap">
{s.requestedAttributes.map((a) => (
<Paragraph key={a} variant="annotation" numberOfLines={1} secondary>
<Paragraph flexBasis="50%" key={a} variant="annotation" secondary>
{sanitizeString(a)}
</Paragraph>
))}
Expand Down

0 comments on commit 649b7fb

Please sign in to comment.