Skip to content

Commit

Permalink
format: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 26, 2023
1 parent 726618b commit 3938883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator_web/live/accounts_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

<.table id="accounts" rows={@streams.users}>
<:col :let={{_id, user}} label="Id"><%= user.id %></:col>
<:col :let={{_id, user}} label="Content"><%= user.email %></:col>
<:col :let={{_id, user}} label="Email"><%= user.email %></:col>
</.table>
</section>

0 comments on commit 3938883

Please sign in to comment.