Cleanup recurring tasks

This commit is contained in:
Chris Veleris 2025-11-29 21:20:01 +02:00
parent 61b94e1c9c
commit 9b3aa26f5a

View file

@ -28,7 +28,7 @@ const AttachmentPreview: React.FC<AttachmentPreviewProps> = ({
setTextContent(text);
setLoading(false);
})
.catch((err) => {
.catch((_err) => {
setError('Failed to load file content');
setLoading(false);
});