Fix code after merge

This commit is contained in:
Vladislav Makhov 2020-10-12 11:02:22 +03:00
parent 2476b306f9
commit 9ea5a648e9
2 changed files with 2 additions and 3 deletions

View File

@ -828,8 +828,6 @@ class SectionBodyContent extends React.Component {
subheadingText={subheadingText}
descriptionText={recentDescription}
imageSrc="images/empty_screen_recent.png"
//buttons={recentButtons}
widthProp={widthProp}
/>
);
default:

View File

@ -48,7 +48,8 @@ export function getFoldersTree() {
"@my",
"@share",
"@common",
/*'@projects',*/ "@trash"
/*'@projects',*/ "@trash",
"@recent"
]; //TODO: need get from settings
const requestsArray = rootFoldersPaths.map(path =>
request({ method: "get", url: `/files/${path}?filterType=2` })