Skip to content

Commit

Permalink
Merge pull request #7520 from haiwen/fix-warnings
Browse files Browse the repository at this point in the history
fix warnings
  • Loading branch information
renjie-run authored Feb 25, 2025
2 parents 30d0a34 + 966fc65 commit 453deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/toolbar/tag-files-toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const TagFilesToolbar = ({ currentRepoInfo }) => {
return () => {
unsubscribeSelectedFileIds && unsubscribeSelectedFileIds();
};
}, []);
}, [eventBus]);

return (
<div className="selected-dirents-toolbar">
Expand Down

0 comments on commit 453deac

Please sign in to comment.