const handleClick = useCallback(() => {
    if (unread) {
      dispatch(markConversationRead(id));
    }