chore: add options menu to vault selection menu items (#2497)
This commit is contained in:
@@ -2,7 +2,7 @@ import { ReactNode } from 'react'
|
||||
|
||||
const MenuListItem = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<li className="list-none" role="none">
|
||||
<li className="flex-grow list-none" role="none">
|
||||
{children}
|
||||
</li>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user