From cc8e7b5ae5686cfc51ee015d94cd726997d3c01a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 12 Sep 2024 13:56:25 -0500 Subject: Handle display name --- src/components/dialogs/nuxs/TenMillion/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index 786c635c1..6d80dd12a 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -417,7 +417,15 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { /> */} - + {sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), -- cgit 1.4.1