Skip to content

Commit

Permalink
chore: 채팅규칙 초기값 true로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gominzip committed Dec 2, 2024
1 parent b22d74a commit 8855658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/contexts/chatContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const chatReducer = (state: ChatState, action: Action): ChatState => {
const initialState: ChatState = {
isSettingsOpen: false,
settingOption: null,
isNoticePopupOpen: false,
isNoticePopupOpen: true,
isUserInfoPopupOpen: false,
selectedUser: null
};
Expand Down

0 comments on commit 8855658

Please sign in to comment.