diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb
index b1e2195f0..9dd5cc8dd 100644
--- a/app/views/transactions/_transaction.html.erb
+++ b/app/views/transactions/_transaction.html.erb
@@ -25,16 +25,15 @@
class: "w-9 h-9 rounded-full",
loading: "lazy" %>
<% else %>
-
- <%= render DS::FilledIcon.new(
- variant: :text,
- text: entry.name,
- size: "lg",
- rounded: true
- ) %>
-
+ <%= render DS::FilledIcon.new(
+ variant: :text,
+ text: entry.name,
+ size: "lg",
+ rounded: true
+ ) %>
<% end %>
+
<%= render "transactions/transaction_category", transaction: transaction %>
<% if transaction.merchant&.logo_url.present? %>