Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Nov 9, 2023
1 parent b761936 commit 4519b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safira_web/templates/admin/staff/index.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<%= for staff <- @staffs do %>
<tr>

<td><%= staf.user.email %></td>
<td><%= staff.user.email %></td>

<td><%= staff.active %></td>

Expand Down

0 comments on commit 4519b1a

Please sign in to comment.