Skip to content

Commit 95060a3

Browse files
committed
BE보이기
1 parent 88bb7ac commit 95060a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

react-vote/pages/vote/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ const fetchTeams = async () => {
9191
pathname: `/vote/[team]`,
9292
query: {
9393
vote_list: JSON.stringify(
94-
cand?.filter((cand) => cand.position === team)
94+
cand?.filter((cand) => cand.position === 'BE')
9595
),
9696
},
9797
}}
98-
as={`/vote/${team}`}
98+
as={`/vote/BE`}
9999
>
100100
<div className="vote-btn">BE 투표하기</div>
101101
</Link>

0 commit comments

Comments
 (0)