[bugfix/Prepare] Main Page: Message Logs. Remove test code. and hide init invalid endpoint for now.

Fix the error 'Uncaught TypeError: currentMessageLogs.data.map is not a function' with change the type obj to array when init.
This commit is contained in:
Sakamoto Shiina
2024-12-14 13:43:13 +09:00
parent a5ad2408be
commit 9f3ff15499
2 changed files with 4 additions and 1 deletions

View File

@@ -463,6 +463,8 @@ export const useReceiveRoutes = () => {
"/get/data/mic_no_speech_prob": ()=>{}, // Not implemented on UI yet
"/get/data/speaker_avg_logprob": ()=>{}, // Not implemented on UI yet
"/get/data/speaker_no_speech_prob": ()=>{}, // Not implemented on UI yet
"/get/data/convert_message_to_romaji": ()=>{}, // Not implemented on UI yet
"/get/data/convert_message_to_hiragana": ()=>{}, // Not implemented on UI yet
};
const error_routes = {