diff --git a/ui/components/ContextItem.tsx b/ui/components/ContextItem.tsx index 2ea69e7..8b85d43 100644 --- a/ui/components/ContextItem.tsx +++ b/ui/components/ContextItem.tsx @@ -24,8 +24,6 @@ interface ContextItemProperties { const ProviderInfo: React.FC<{ name: string; date: string }> = ({ name, date }) => (
- {/*
-
*/}
{name} {date}