Skip to content

Commit 5356ee0

Browse files
feat: remove else
1 parent b1940bb commit 5356ee0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/cesium_link_web/live/link_live/index.html.heex

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@
3535
</.link>
3636
</:col>
3737

38-
<:col :let={{_id, link}} label="Time Left">
38+
<:col :let={{_id, link}} label="Time to publish">
3939
<%= if link.in_future do %>
4040
<div id="timer-countdown" phx-hook="Timer" data-finish-time={DateTime.to_unix(link.publish_at)} class="opacity-50">
4141
00:00:00
4242
</div>
43-
<% else %>
44-
<h1>No time set</h1>
4543
<% end %>
4644
</:col>
4745

0 commit comments

Comments
 (0)