Skip to content
Snippets Groups Projects
Commit a93546d0 authored by Lukas's avatar Lukas
Browse files

Fix comment search timestamp bug

parent b24f7d45
No related branches found
No related tags found
2 merge requests!481bring recent develop changes to mater to match the backend,!467Lbudginas/#364 update search responses
......@@ -101,6 +101,7 @@ export const convertCommentsOperationResultToTableOperations = (
blockNumber: operation.block,
operationId: Number(operation.operation_id),
trxId: operation.trx_id,
timestamp: operation.timestamp,
}));
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment