Web: Files: Deleted unusing var

This commit is contained in:
Artem Tarasov 2020-11-13 15:48:21 +03:00
parent fa06fb84a6
commit 144d1894c5

View File

@ -196,7 +196,6 @@ class SectionBodyContent extends React.Component {
showCopyPanel: false,
isDrag: false,
canDrag: true,
versionHistory: {},
};
this.tooltipRef = React.createRef();
@ -1570,11 +1569,8 @@ class SectionBodyContent extends React.Component {
showSharingPanel,
showMoveToPanel,
showCopyPanel,
versionHistory,
} = this.state;
const { fileId } = versionHistory;
const operationsPanelProps = {
setIsLoading,
isLoading,