Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Philip committed Dec 24, 2021
1 parent 5f7cfc0 commit 3147714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/livebook_web/live/session_live/persistence_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ defmodule LivebookWeb.SessionLive.PersistenceLive do
tabindex="-1">
Choose
</button>
<%= else %>
<% else %>
<button class="button-base button-blue opacity-50 cursor-not-allowed">
Choose
</button>
<%= end %>
<% end %>
</div>
</.live_component>
</div>
Expand Down

0 comments on commit 3147714

Please sign in to comment.