diff --git a/app/views/recruitments/show.html.erb b/app/views/recruitments/show.html.erb index 20567c3..5ce4947 100644 --- a/app/views/recruitments/show.html.erb +++ b/app/views/recruitments/show.html.erb @@ -1,5 +1,5 @@ <% data = action_data("check_session") %> -<% if data["session"] == "true" %> +<% if data["session"] == true %> <% if data["type"] == "jobs" %> <%= render_view %> <% elsif data["type"] == "internships" %>