@ -162,6 +162,7 @@ const index: FunctionComponent<Props> = (props) => {
}
]
: [];
item.rightClickType &&
item.rightClickType.includes("DELFEEDBACK") &&
(items = [
...items,
@ -176,6 +177,7 @@ const index: FunctionComponent<Props> = (props) => {
})
]);
item.rightClickType.includes("SETFEEDBACK") &&