From bdcf985424d3320d8a25ca51764e5472e2a76b38 Mon Sep 17 00:00:00 2001 From: Alessio Cappa Date: Sat, 13 Dec 2025 13:43:21 +0100 Subject: [PATCH] fix: Add class to hide merchant on mobile --- app/views/transactions/_transaction.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb index 63b40fedb..bb5f2f075 100644 --- a/app/views/transactions/_transaction.html.erb +++ b/app/views/transactions/_transaction.html.erb @@ -84,7 +84,7 @@ <% else %> <% if transaction.merchant&.present? %> - <%= transaction.merchant.name %> • + <% end %>