From 73391a2a4ef523c36beb3a6c16bbe87ccb5cde2b Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 19 Nov 2024 10:04:42 -0600 Subject: [PATCH] We've got a utility for this --- app/views/bubbles/index.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index 3f5665dab..d80eb616e 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -17,9 +17,7 @@ Create a new bubble <% end %> <% else %> - - <%# FIXME: This is a placeholder to keep the same layout without a "new bubble" button %> - + <% end %> <% end %>