diff --git a/src/widgets/copilot/components/Messages/helpers.tsx b/src/widgets/copilot/components/Messages/helpers.tsx index b1d630c..23b33ef 100644 --- a/src/widgets/copilot/components/Messages/helpers.tsx +++ b/src/widgets/copilot/components/Messages/helpers.tsx @@ -55,8 +55,8 @@ export const findSourceIcon = ( return () => ; case "application/pdf": return () => ; - case "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" || - "application/vnd.oasis.opendocument.spreadsheet": + case "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": + case "application/vnd.oasis.opendocument.spreadsheet": return () => ; case "application/vnd.openxmlformats-officedocument.wordprocessingml.document": return () => ;