"use client"; import clsx from "clsx"; import type { ScanOpportunityRow } from "@/lib/dashboard-types"; import { rowName } from "@/components/dashboard/scan-terminal/utils"; export function KoyfinRowsTable({ isEn, onSelect, rows, selectedId, }: { compact?: boolean; isEn: boolean; onSelect: (row: ScanOpportunityRow) => void; rows: ScanOpportunityRow[]; selectedId?: string | null; }) { return (
| {isEn ? "City" : "城市"} |
|---|
|
{rowName(row)}
{row.airport || "--"}
|