(feat) show slice of metadata

This commit is contained in:
Ishaan Jaff 2024-03-19 12:38:53 -07:00
parent 4b33a53f25
commit 9b330db88f

View file

@ -144,7 +144,8 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
<Text>{item.team_id}</Text>
</TableCell>
<TableCell style={{ maxWidth: "4px", whiteSpace: "pre-wrap", overflow: "hidden" }}>
<Text>{JSON.stringify(item.metadata)}</Text>
<Text>{JSON.stringify(item.metadata).slice(0, 400)}</Text>
</TableCell>
<TableCell style={{ maxWidth: "4px", whiteSpace: "pre-wrap", overflow: "hidden" }}>
<Text>{JSON.stringify(item.models)}</Text>