Skip to content

Commit 6150ac7

Browse files
authored
Small remix contest modal fix (#11917)
1 parent d772c8b commit 6150ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/components/host-remix-contest-modal/HostRemixContestModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const HostRemixContestModal = () => {
8989
remixContestData ? remixContestData.description : ''
9090
)
9191
const [contestPrizeInfo, setContestPrizeInfo] = useState(
92-
remixContest ? remixContestData.prizeInfo : ''
92+
remixContestData ? remixContestData.prizeInfo : ''
9393
)
9494
const [contestEndDate, setContestEndDate] = useState(
9595
remixContest ? dayjs(remixContest.endDate) : null

0 commit comments

Comments
 (0)