Skip to content

Commit

Permalink
fix-1234: Not possible to copy offer description
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Tremko authored and SamTremko committed Aug 15, 2024
1 parent c3f4a22 commit 6b9bb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile/src/components/OfferInfoPreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function OfferInfoPreview({
color={negative ? '$greyOnBlack' : '$black'}
ff="$body500"
selectable
selectionColor={getTokens().color.main.val}
>
{offer.publicPart.offerDescription}
</Text>
Expand Down
1 change: 1 addition & 0 deletions apps/mobile/src/components/OfferWithBubbleTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function OfferWithBubbleTip({
return (
<Stack>
<TouchableWithoutFeedback
disabled={!onInfoRectPress}
testID={offer.offerInfo.publicPart.offerDescription}
onPress={onPress}
>
Expand Down

0 comments on commit 6b9bb44

Please sign in to comment.