mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-02 17:11:15 +02:00
Update src/views/lists/components/list-card.tsx
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user