Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnas committed Sep 9, 2024
1 parent 3c097e7 commit 9e0e201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const FileTreeItemContextMenu: React.FC<FileTreeItemContextMenuProps> = (
} catch (error) {
console.error('Error exporting file:', error);
}
}, [item.id]);
}, [item]);

return (
<>
Expand Down

0 comments on commit 9e0e201

Please sign in to comment.