import React from "react" import PropTypes from "prop-types" const Notice = ({ message, userId }) => { const fromMe = message.sender === userId; if (message.content.formatted_body) { return (