Skip to content

Commit

Permalink
Keep erblint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 13, 2024
1 parent a80cc4e commit 1231bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/_address_search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
<%= image_tag "tailwind/illustration/mechanic.svg", alt: "" %>
</div>
</section>
<% end %>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<%# TODO: Remove duplication of heading %>
<%# TODO: Figure out how to handle no results when extra_options_on_address_search is enabled %>
<%# TODO: Add filter option for no filtering (e.g. any distance or any time) because the filtering in its current is very confusing in its behaviour %>
<% if applications.empty? && !Flipper.enabled?(:extra_options_on_address_search, current_user)%>
<% if applications.empty? && !Flipper.enabled?(:extra_options_on_address_search, current_user) %>
<section class="pt-16">
<%= render "no_applications", full_address:, q: %>
</section>
Expand Down

0 comments on commit 1231bf4

Please sign in to comment.