We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bb7ac commit 95060a3Copy full SHA for 95060a3
1 file changed
react-vote/pages/vote/index.tsx
@@ -91,11 +91,11 @@ const fetchTeams = async () => {
91
pathname: `/vote/[team]`,
92
query: {
93
vote_list: JSON.stringify(
94
- cand?.filter((cand) => cand.position === team)
+ cand?.filter((cand) => cand.position === 'BE')
95
),
96
},
97
}}
98
- as={`/vote/${team}`}
+ as={`/vote/BE`}
99
>
100
<div className="vote-btn">BE 투표하기</div>
101
</Link>
0 commit comments