File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed
Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ const OnchainActivityDetail = ({
144144 confirmTimestamp,
145145 isTransfer,
146146 isBoosted,
147- address,
148147 exists,
149148 } = item ;
150149
@@ -582,15 +581,6 @@ const OnchainActivityDetail = ({
582581 value = { < BodySSB > { txId } </ BodySSB > }
583582 />
584583 </ TouchableOpacity >
585- < TouchableOpacity
586- style = { styles . sectionContainer }
587- activeOpacity = { 0.7 }
588- onPress = { ( ) : void => onCopy ( address ) } >
589- < Section
590- title = { t ( 'activity_address' ) }
591- value = { < BodySSB > { address } </ BodySSB > }
592- />
593- </ TouchableOpacity >
594584 { txDetails ? (
595585 < >
596586 < View style = { styles . sectionContainer } >
@@ -990,17 +980,15 @@ const LightningActivityDetail = ({
990980 value = { < BodySSB > { id } </ BodySSB > }
991981 />
992982 </ TouchableOpacity >
993- { address && (
994- < TouchableOpacity
995- style = { styles . sectionContainer }
996- activeOpacity = { 0.7 }
997- onPress = { ( ) : void => onCopy ( address ) } >
998- < Section
999- title = { t ( 'activity_invoice' ) }
1000- value = { < BodySSB > { address } </ BodySSB > }
1001- />
1002- </ TouchableOpacity >
1003- ) }
983+ < TouchableOpacity
984+ style = { styles . sectionContainer }
985+ activeOpacity = { 0.7 }
986+ onPress = { ( ) : void => onCopy ( address ) } >
987+ < Section
988+ title = { t ( 'activity_invoice' ) }
989+ value = { < BodySSB > { address } </ BodySSB > }
990+ />
991+ </ TouchableOpacity >
1004992 </ >
1005993 ) }
1006994 </ >
You can’t perform that action at this time.
0 commit comments