From d93fbbcaa8109431d21895a90197df721bef6936 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Thu, 24 Oct 2024 12:06:42 -0400 Subject: [PATCH] Fix tooltip on charts --- app/views/layouts/with_sidebar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/with_sidebar.html.erb b/app/views/layouts/with_sidebar.html.erb index 6551526b..cf5fdeb3 100644 --- a/app/views/layouts/with_sidebar.html.erb +++ b/app/views/layouts/with_sidebar.html.erb @@ -8,7 +8,7 @@ <% end %> -
"> +
"> <% if require_upgrade? %> <%= render "shared/subscribe_modal" %> <% end %>