Skip to content

Commit

Permalink
fix: show file_black_list
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Dec 16, 2024
1 parent 1d0a732 commit 61ea487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Tables/LocalFilesTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ export default function LocalFilesTable({ color }) {
};

const operations = () => {
if (activeKey === '2') {
// if (activeKey === '2') {
return <Button className="common-btn" onClick={()=> setShowFileBlackListModal(true)} >{t('file_black_list')}</Button>;
}
return null
// }
// return null
};


Expand Down

0 comments on commit 61ea487

Please sign in to comment.