Skip to content

Commit

Permalink
candidate-list: Don't shuffle candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Sep 19, 2024
1 parent 4db176a commit 1dc6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/candidate-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 class="{{ $hedClass }}">
<h4 class="mt-2 font-semibold uppercase text-g-9">Candidates</h4>
<ul>
<template
x-for="candidate of shuffled($el.dataset.kind)"
x-for="candidate of lookup($el.dataset.kind)"
data-kind="{{ .kind }}"
key="name"
>
Expand Down

0 comments on commit 1dc6279

Please sign in to comment.