Skip to content

Commit

Permalink
Remove unnecessary value for boolean property
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 22, 2023
1 parent 6a4fa53 commit 1d9f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarIndexList.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class SidebarIndexList extends Component {
sx={{
paddingRight: 1,
}}
divider="true"
divider
onClick={onClick}
component="li"
selected={selectedCanvasIds.includes(canvas.id)}
Expand Down

0 comments on commit 1d9f208

Please sign in to comment.