We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea0b1d commit f331bfaCopy full SHA for f331bfa
src/components/ChatHeaderActions.js
@@ -126,9 +126,12 @@ export const RenderForwardIcon = ({ userId }) => {
126
127
export const RenderMenuItems = ({ userId, chatUser }) => {
128
const menuItems = [];
129
- const dispatch = useDispatch();
+
130
const filtered = useSelectedChatMessages(userId) || [];
131
- const blockedStaus = useBlockedStatus(userId);
+ /**
132
+ * const dispatch = useDispatch();
133
+ * const blockedStaus = useBlockedStatus(userId);
134
+ */
135
const [modalContent, setModalContent] = React.useState(null);
136
const stringSet = getStringSet();
137
0 commit comments