[bugfix] Main Page: Message Log. fix format error that receive from python.
This commit is contained in:
@@ -29,7 +29,7 @@ export const useMessage = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const updateSentMessageLogById = (payload) => {
|
const updateSentMessageLogById = (payload) => {
|
||||||
updateMessageLogsStatus(updateItemById(data.id, payload.translation));
|
updateMessageLogsStatus(updateItemById(payload.id, payload.translation));
|
||||||
};
|
};
|
||||||
const addSentMessageLog = (payload) => {
|
const addSentMessageLog = (payload) => {
|
||||||
const message_object = generateMessageObject(payload, "sent");
|
const message_object = generateMessageObject(payload, "sent");
|
||||||
|
|||||||
Reference in New Issue
Block a user