mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix incorrect prop (#183)
This commit is contained in:
parent
9c31d7998d
commit
cc27714fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const AccountMenu = ({ triggerClassName, demo, user }) => {
|
|||
onClick={() => {
|
||||
setIsOpen(false);
|
||||
}}
|
||||
innerRef={optRefs[0]}
|
||||
ref={optRefs[0]}
|
||||
tabIndex="-1"
|
||||
>
|
||||
Home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue