Skip to content

Commit

Permalink
chore: linter 🧽
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 11, 2024
1 parent 4c5c4f6 commit 034a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/routes/account/invites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function InviteRow({ invite }: { invite: ScopeInvite }) {
</TableData>
<TableData>
<div class="space-x-4">
<form id="reject-form" method="POST" >
<form id="reject-form" method="POST">
<input type="hidden" name="scope" value={invite.scope} />
</form>
<form
Expand Down

0 comments on commit 034a338

Please sign in to comment.