Remove debug line

This commit is contained in:
Jackson Harper 2023-03-02 10:28:50 +08:00
parent a95477ab0e
commit 211ba68f6f

View file

@ -207,7 +207,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
alignItems: 'start',
}}
>
test{props.item.description}
{props.item.description}
</Box>
<HStack
css={{