Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Sep 4, 2024
1 parent c1dba39 commit 14ce0ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Dropdowns/FileTableDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const FileTableDropdown = ({ color, hash, name, size, path, type, cid, isEncrype
};

useEffect(() => {
console.log(cid,'----cdd')
const t = function () {
closeDropdownPopover();
};
Expand All @@ -32,7 +31,7 @@ const FileTableDropdown = ({ color, hash, name, size, path, type, cid, isEncrype

const download = async () => {
if (isEncrypetd) {
Emitter.emit('openDecryptFileModal', { path: path, cid });
Emitter.emit('openDecryptFileModal', { path: path });
return;
}
if (type === 1) {
Expand Down

0 comments on commit 14ce0ec

Please sign in to comment.