Skip to content

Commit

Permalink
fix: 머지하면서 신경쓰지 못한 코드오류 해결 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 authored Aug 16, 2024
1 parent 249fc3f commit ee322f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CompleteCreateEventPage = () => {

const {showToast} = useToast();

const homePageUrl = getEventPageUrlByEnvironment(url, 'home');
const homePageUrl = getEventPageUrlByEnvironment(eventId ?? '', 'home');

return (
<MainLayout>
Expand Down

0 comments on commit ee322f6

Please sign in to comment.