From 39388837095c706c4e30c130f6d767971b8d60fc Mon Sep 17 00:00:00 2001 From: sorax Date: Sun, 26 Nov 2023 20:55:08 +0100 Subject: [PATCH] format: fix typo --- lib/radiator_web/live/accounts_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/radiator_web/live/accounts_live/index.html.heex b/lib/radiator_web/live/accounts_live/index.html.heex index 6ee38f79..ffdb8db7 100644 --- a/lib/radiator_web/live/accounts_live/index.html.heex +++ b/lib/radiator_web/live/accounts_live/index.html.heex @@ -3,6 +3,6 @@ <.table id="accounts" rows={@streams.users}> <:col :let={{_id, user}} label="Id"><%= user.id %> - <:col :let={{_id, user}} label="Content"><%= user.email %> + <:col :let={{_id, user}} label="Email"><%= user.email %>