Skip to content

Commit

Permalink
Update role column in users table
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoderhtml committed Apr 20, 2024
1 parent 9b2706a commit 7337b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/users.astro
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if (Astro.request.method === "POST") {
<td>
<img src=`${image}` alt="" class="profile-pic"/>
</td>
<td>{role}</td>
<td colspan="2">{role}</td>
</tr>
))
}
Expand Down

0 comments on commit 7337b4e

Please sign in to comment.