fix formatting

This commit is contained in:
Lucas Oliveira 2025-10-06 15:34:03 -03:00
parent 7301fd8a44
commit ad372e7f47

View file

@ -33,14 +33,9 @@ import { useDeleteDocument } from "../api/mutations/useDeleteDocument";
// Function to get the appropriate icon for a connector type // Function to get the appropriate icon for a connector type
function getSourceIcon(connectorType?: string) { function getSourceIcon(connectorType?: string) {
switch (connectorType) { switch (connectorType) {
case "url": case "url":
return ( return <Globe className="h-4 w-4 text-muted-foreground flex-shrink-0" />;
<Globe
className="h-4 w-4 text-muted-foreground flex-shrink-0"
/>
);
case "google_drive": case "google_drive":
return ( return (
<SiGoogledrive className="h-4 w-4 text-foreground flex-shrink-0" /> <SiGoogledrive className="h-4 w-4 text-foreground flex-shrink-0" />