Skip to content

Commit

Permalink
fix: Always show "Your MBTA Account" in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadyan committed Aug 15, 2023
1 parent 77e08b9 commit 6d5a50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<% end %>
<div class="my-5 min-h-[16rem]">
<div id="your_account" class="<%= if communication_mode == "sms", do: "d-none" %>">
<div id="your_account">
<h2 style="font-size: 1.25rem;">Your MBTA Account</h2>
<ul>
<li class="mb-2">
Expand Down

0 comments on commit 6d5a50b

Please sign in to comment.