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