Skip to content

Commit

Permalink
Web: Deleted useless code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Nov 3, 2021
1 parent d427eeb commit 0643745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@ class SectionBody extends React.Component {
</div>
)
) : (
<div className="section-wrapper">
{children}
{/* <StyledSpacer pinned={pinned} /> */}
</div>
<div className="section-wrapper">{children}</div>
)}
</StyledSectionBody>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ const StyledContent = styled.div`
height: 100%;
background-color: #fff;
.version-history-panel-body {
}
.header_aside-panel-header {
max-width: 500px;
margin: 0 0 0 16px;
Expand Down

0 comments on commit 0643745

Please sign in to comment.