Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 22, 2023
1 parent d24ae2f commit 90c0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const SideMenu = memo(
<>
<button
aria-expanded={
(item.expandedByDefault ?? false)
item.expandedByDefault ?? false
? "true"
: "false"
}
Expand Down

0 comments on commit 90c0e83

Please sign in to comment.