diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 018889c..d3b3d95 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -24,5 +24,5 @@ <% end %>
- <%= Customer.count %> Customers - Last Sync: <%= Qbo.last_sync %> + <%= Customer.count %> Customers - Last Sync: <%= Qbo.last_sync if Qbo.exists? %>