Skip to content

Commit

Permalink
Merge pull request #3815 from ProjectMirador/mui5-bool
Browse files Browse the repository at this point in the history
[MUI5] Remove unnecessary value for boolean property
  • Loading branch information
marlo-longley authored Nov 22, 2023
2 parents f793ee5 + 1d9f208 commit 07f1a73
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 07f1a73

Please sign in to comment.