Skip to content

Commit

Permalink
feat: remove useless chars
Browse files Browse the repository at this point in the history
Signed-off-by: hanifdwyputras <hanifdwyputrasembiring@gmail.com>
  • Loading branch information
hansputera committed Jun 12, 2023
1 parent bbb4eab commit 5ac482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/verifikasi/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function VerifikasiPage() {

<div className="join-item">
<select className="select w-full max-w-xs" value={sortBy} onChange={(ev) => setSortBy(ev.target.value)}>
<option disabled>Sort by:</option>991f716e-66d4-4b88-8fb0-884f83c4ae5b
<option disabled>Sort by:</option>
<option value="type:== 'zonasi'">Zonasi</option>
<option value="type:== 'prestasi'">Prestasi</option>
<option value="type:== 'afirmasi'">Afirmasi</option>
Expand Down

0 comments on commit 5ac482c

Please sign in to comment.