mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +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
|
||||
accessibilityRole="button"
|
||||
onPress={() => {
|
||||
const stringToCopy = 'user.id:' + getUniqueId();
|
||||
const stringToCopy = 'userId:' + getUniqueId();
|
||||
Bugsnag.notify(new Error('copied unique id'));
|
||||
Clipboard.setString(stringToCopy);
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue