mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Add prop usage
This commit is contained in:
parent
460d77d40c
commit
dc296d379f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export function MessageDropdownMenu({
|
||||||
onEditId,
|
onEditId,
|
||||||
handleAddReactions,
|
handleAddReactions,
|
||||||
closeMenu,
|
closeMenu,
|
||||||
}) {
|
}: BaseOptionProps) {
|
||||||
return (
|
return (
|
||||||
<Menu>
|
<Menu>
|
||||||
{canSendReaction && (
|
{canSendReaction && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue