diff --git a/frontend/src/components/CardView.tsx b/frontend/src/components/CardView.tsx index ace44d2..4ff3de9 100644 --- a/frontend/src/components/CardView.tsx +++ b/frontend/src/components/CardView.tsx @@ -276,7 +276,7 @@ function CardView(props: CardViewProps) { {formatDateTime(item?.updatedAt)} - {operations && ( + {operations && ops(item).length > 0 && ( {