feat: Vue3로 새롭게 작성한 메인 페이지 #229

Merged
Hide_D merged 61 commits from ng_main into devel 2023-03-09 02:25:31 +09:00
Showing only changes of commit ba27c95653 - Show all commits
-1
View File
@@ -139,7 +139,6 @@ function updateMsgResponse(response: MsgResponse) {
const msgList = messageIndexedList[msgType];
const newMsgList = response[msgType];
console.log(msgType, msgList, newMsgList);
if (newMsgList.length == 0) {
continue;
}