Skip to content

Commit

Permalink
Navbar removed from company creation page (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan authored Feb 3, 2022
1 parent b032792 commit 4082e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<% end %>
</script>
<div class="">
<%= render "partial/navbar" if user_signed_in? %>
<%= render "partial/navbar" if user_signed_in? && current_company %>
<%= yield %>
</div>
</main>
Expand Down

0 comments on commit 4082e3e

Please sign in to comment.