diff --git a/package.json b/package.json index bbfaf33e..f82a616f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minibits_wallet", - "version": "0.1.5-beta.24", + "version": "0.1.5-beta.25", "private": true, "scripts": { "android:clean": "cd android && ./gradlew clean", diff --git a/src/App.tsx b/src/App.tsx index aa8ea37e..bcdd4bab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,7 +72,7 @@ function App(props: AppProps) { } return ( - + diff --git a/src/screens/Contacts/ContactListItem.tsx b/src/screens/Contacts/ContactListItem.tsx index e9222c2f..599e853d 100644 --- a/src/screens/Contacts/ContactListItem.tsx +++ b/src/screens/Contacts/ContactListItem.tsx @@ -24,7 +24,7 @@ export const ContactListItem = observer(function (props: ContactListProps) { key={contact.pubkey} text={contact.name as string} textStyle={$mintText} - subText={contact.nip05} + subText={contact.noteToSelf || contact.nip05} LeftComponent={