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