| 12 | const isAddMode = pathname => pathname.startsWith('/msg/add') |
| 13 | |
| 14 | export default class MsgForm extends Component { |
| 15 | static contextTypes = { |
| 16 | router: PropTypes.object.isRequired |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected