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