diff --git a/lib/towerops_web/live/agent_live/show.html.heex b/lib/towerops_web/live/agent_live/show.html.heex index 165f176a..a47352cf 100644 --- a/lib/towerops_web/live/agent_live/show.html.heex +++ b/lib/towerops_web/live/agent_live/show.html.heex @@ -171,7 +171,7 @@

<%= if @agent_token.last_seen_at do %>

- <.timestamp datetime={@agent_token.last_seen_at} timezone={@timezone} /> + {format_datetime(@agent_token.last_seen_at, @timezone)}

<% end %> <%= if @agent_token.last_ip do %>