Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ renderTimestamp
Function
renderTimestamp
web/src/components/table/TokensTable.js:51–53 ·
view source on GitHub ↗
(timestamp)
Source
from the content-addressed store, hash-verified
49
const
{ Text } = Typography;
50
51
function
renderTimestamp(timestamp) {
52
return
<>{timestamp2string(timestamp)}</>;
53
}
54
55
const
TokensTable = () => {
56
const
{ t } = useTranslation();
Callers
1
TokensTable.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected