Update src/views/lists/components/list-card.tsx

This commit is contained in:
hzrd149
2023-09-18 08:14:41 -05:00
committed by GitHub
parent 82f2743a9f
commit e3ba666f32

View File

@@ -91,7 +91,7 @@ function ListCardRender({ event, ...props }: Omit<CardProps, "children"> & { eve
)}
{references.length > 0 && (
<>
<Text>References ({references.length}):</Text>
<Text>References ({references.length})</Text>
</>
)}
</CardBody>