From 9776cc9623f7268360400ec220de25214e0bb04d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 2 May 2023 12:50:55 -0500 Subject: [PATCH] Settings: truncate long usernames --- app/soapbox/features/settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/settings/index.tsx b/app/soapbox/features/settings/index.tsx index 77bb22ef8f..6ebc8eacf7 100644 --- a/app/soapbox/features/settings/index.tsx +++ b/app/soapbox/features/settings/index.tsx @@ -74,7 +74,7 @@ const Settings = () => { - {displayName} + {displayName}