Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 20, 2023
1 parent ab28c3c commit 9699e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Sidebar.propTypes = {
children: PropTypes.oneOfType([
PropTypes.arrayOf(PropTypes.element),
PropTypes.element
])
])
}
export default Sidebar

Expand Down

0 comments on commit 9699e86

Please sign in to comment.