fix: finally fix ts dumb ahh error

This commit is contained in:
diced 2025-04-29 12:35:35 -07:00
parent c3bc598016
commit 055bee6286
No known key found for this signature in database
GPG key ID: 436B2B0FA0DCA354

View file

@ -305,7 +305,8 @@ export default function FileModal({
onClick={() => removeFromFolder(file)}
fullWidth
>
Remove from folder "{folders?.find((f) => f.id === file.folderId)?.name ?? ''}
Remove from folder "
{folders?.find((f: { id: string }) => f.id === file.folderId)?.name ?? ''}
"
</Button>
) : (