mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
OPS
This commit is contained in:
parent
bde1321690
commit
c0b2ebfd6c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ const About = () => {
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
const stringToCopy = 'user.id:' + getUniqueId();
|
const stringToCopy = 'userId:' + getUniqueId();
|
||||||
Bugsnag.notify(new Error('copied unique id'));
|
Bugsnag.notify(new Error('copied unique id'));
|
||||||
Clipboard.setString(stringToCopy);
|
Clipboard.setString(stringToCopy);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue