made file item a complte functional component now :)

This commit is contained in:
subnub
2024-06-23 05:07:42 -04:00
parent d9fcceebc5
commit 127760dba0
11 changed files with 444 additions and 856 deletions
+2
View File
@@ -61,6 +61,8 @@ class MainSectionContainer extends React.Component {
const isMobile = mobileCheck();
console.log("file", file);
if (
(currentDate - this.props.lastSelected < 1500 &&
selectedFileID === this.props.selected) ||