Fixes NIP05 username on Profiles
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ fun DisplayNip05ProfileStatus(
|
|||||||
|
|
||||||
if (nip05State.nip05.name != "_") {
|
if (nip05State.nip05.name != "_") {
|
||||||
Text(
|
Text(
|
||||||
text = "$user@",
|
text = "${nip05State.nip05.name}@",
|
||||||
color = MaterialTheme.colorScheme.primary,
|
color = MaterialTheme.colorScheme.primary,
|
||||||
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp),
|
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp),
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user