Fix Bug 58009 - Client.Clouds.AsNew. The New label of a third-party storage folder will not disappear after marking Mark all as read by the icon next to the folder.

This commit is contained in:
Alexey Safronov 2022-07-06 18:46:17 +03:00
parent a615053d88
commit e06c076f80

View File

@ -161,7 +161,7 @@ class NewFilesPanel extends React.Component {
updateFilesBadge();
}
} else {
updateFolderBadge(+newFilesIds[newFilesIds.length - 1], filesCount);
updateFolderBadge(newFilesIds[newFilesIds.length - 1], filesCount);
}
};