MCPcopy 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

49const { Text } = Typography;
50
51function renderTimestamp(timestamp) {
52 return <>{timestamp2string(timestamp)}</>;
53}
54
55const TokensTable = () => {
56 const { t } = useTranslation();

Callers 1

TokensTable.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected