diff --git a/client/src/components/Chat/Input/Files/RemoveFile.tsx b/client/src/components/Chat/Input/Files/RemoveFile.tsx index a3c76a910f..bb83b6a135 100644 --- a/client/src/components/Chat/Input/Files/RemoveFile.tsx +++ b/client/src/components/Chat/Input/Files/RemoveFile.tsx @@ -1,11 +1,15 @@ +import { useLocalize } from '~/hooks'; + export default function RemoveFile({ onRemove }: { onRemove: () => void }) { + const localize = useLocalize(); return (