MCPcopy 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

40const { Text } = Typography;
41
42function renderTimestamp(timestamp) {
43 return <>{timestamp2string(timestamp)}</>;
44}
45
46const RedemptionsTable = () => {
47 const { t } = useTranslation();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected