From 096c005a942fcc8a6642d28b6ceeaff6f529c87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 28 Apr 2024 21:13:48 +0200 Subject: [PATCH] Truncate account note in ProfileHoverCard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/profile-hover-card.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/profile-hover-card.tsx b/src/components/profile-hover-card.tsx index 1cb97263f..55b15f14e 100644 --- a/src/components/profile-hover-card.tsx +++ b/src/components/profile-hover-card.tsx @@ -134,7 +134,12 @@ export const ProfileHoverCard: React.FC = ({ visible = true } ) : null} {account.note.length > 0 && ( - + )}