Skip to content

Commit

Permalink
Merge pull request #1460 from setlife-network/or/issue-1452/copyable-…
Browse files Browse the repository at this point in the history
…key-values

Add ability to copy on invoice details screen
  • Loading branch information
kaloudis committed May 15, 2023
2 parents 018a74c + dbb98ac commit 3071d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/KeyValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class KeyValue extends React.Component<KeyValueProps, {}> {
);

const InteractiveKeyValueRow = () =>
!!lurkerMode && isCopyable ? (
!lurkerMode && isCopyable ? (
<TouchableOpacity onLongPress={() => copyText()}>
<KeyValueRow />
</TouchableOpacity>
Expand Down

0 comments on commit 3071d71

Please sign in to comment.