mirror of
https://github.com/diced/zipline.git
synced 2025-12-06 12:51:13 -08:00
fix: finally fix ts dumb ahh error
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user