From e7b485f185913dd52f807c232b3b9c9a580ae33d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 25 Jul 2024 18:07:07 -0500 Subject: Add labels in list card (#4837) --- src/components/ListCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ListCard.tsx') diff --git a/src/components/ListCard.tsx b/src/components/ListCard.tsx index c0e0d0e25..0ed27cf50 100644 --- a/src/components/ListCard.tsx +++ b/src/components/ListCard.tsx @@ -44,7 +44,7 @@ type Props = { export function Default(props: Props) { const {view, showPinButton} = props return ( - +
@@ -67,7 +67,7 @@ export function Link({ view, children, ...props -}: Props & Omit) { +}: Props & Omit) { const queryClient = useQueryClient() const href = React.useMemo(() => { @@ -79,7 +79,7 @@ export function Link({ }, [view, queryClient]) return ( - + {children} ) -- cgit 1.4.1