Skip to content

Commit

Permalink
fix: 게스트 모집글 생성 페이지 상세설명 기본값 삭제 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
imb96 authored Nov 28, 2023
1 parent 8176eba commit b09a15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/CreateGamePage/CreateGamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export const CreateGamePage = () => {
title={CREATE_GAME_STRINGS.CONTENT}
inputLabel="content"
inputOnChange={setContent}
defaultValue="같이 즐거운 경기해요~!"
/>
<Button
width="100%"
Expand Down

0 comments on commit b09a15f

Please sign in to comment.