(props)
| 2 | import {NoticeCenter} from './index'; |
| 3 | |
| 4 | const handleNoticeClick = (props) => { |
| 5 | if (props.link) { |
| 6 | window.open(props.link) |
| 7 | } |
| 8 | } |
| 9 | |
| 10 | export default class NoticeDemo extends Component { |
| 11 | showNotice(type = ''){ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…