MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / PortfolioPanelProps

Interface PortfolioPanelProps

src/components/PortfolioPanel.tsx:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface PortfolioPanelProps {
22 markets: ProcessedMarket[];
23 onSelectMarket?: (slug: string) => void;
24}
25
26function timeUntil(iso: string | null | undefined, t?: (key: string) => string): string | null {
27 if (!iso) return null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected