Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
fix: sidebar not showing thumbnails (#969)
Browse files Browse the repository at this point in the history
Co-authored-by: Vott <[email protected]>
  • Loading branch information
mydiemho and Vott authored Jun 2, 2020
1 parent 80add1a commit da28e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/components/pages/editorPage/editorSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class EditorSideBar extends React.Component<IEditorSideBarProps,

public render() {
return (
<div className="editor-page-bottombar-nav">
<div className="editor-page-sidebar-nav">
<AutoSizer>
{({ height, width }) => (
<List
Expand Down

0 comments on commit da28e80

Please sign in to comment.