From 1e7db71841e0ab8aa0405979655e40efa3f84d04 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Fri, 21 Nov 2025 12:14:42 -0500 Subject: [PATCH] fix(ui): Remove span wrapping avatar near commit author This allows the avatar to correctly align to center Before ![clipboard.png](https://i.imgur.com/srwV9dM.png) After ![clipboard.png](https://i.imgur.com/cTZ7AsG.png) --- static/app/components/commitRow.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/app/components/commitRow.tsx b/static/app/components/commitRow.tsx index c3e5828e0a1f89..1b8ece01b5d706 100644 --- a/static/app/components/commitRow.tsx +++ b/static/app/components/commitRow.tsx @@ -91,9 +91,7 @@ function CommitRow({ {formatCommitMessage(commit.message)} )} - - {customAvatar ? customAvatar : } - + {customAvatar ? customAvatar : }