Skip to content

Commit

Permalink
fix: list of props
Browse files Browse the repository at this point in the history
Signed-off-by: Jan <[email protected]>
  • Loading branch information
Jan committed Feb 27, 2024
1 parent 8da35a8 commit 65899ca
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 flexDirection="row" flexWrap="wrap">
<YStack>
{s.requestedAttributes.map((a) => (
<Paragraph key={a} variant="annotation" secondary>
<Paragraph key={a} variant="annotation" numberOfLines={1} secondary>
{sanitizeString(a)}
</Paragraph>
))}
Expand Down

0 comments on commit 65899ca

Please sign in to comment.