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