Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make strikes link not require js
  • Loading branch information
regalijan committed Mar 6, 2024
1 parent f6bcb5d commit 730e55e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/routes/et-members.tsx
Expand Up @@ -368,11 +368,7 @@ export default function () {
<Tr>
<Td>
{isManagement ? (
<Link
onClick={() =>
location.assign(`/et-members/strikes/${member.id}`)
}
>
<Link href={`/et-members/strikes/${member.id}`}>
{member.id}
</Link>
) : (
Expand Down

0 comments on commit 730e55e

Please sign in to comment.