()
| 28 | } |
| 29 | |
| 30 | componentDidMount() { |
| 31 | this.fetchKeyringEmails(); |
| 32 | } |
| 33 | |
| 34 | componentDidUpdate(prevProps) { |
| 35 | if (Object.keys(this.props.keyringAttr).length !== Object.keys(prevProps.keyringAttr).length) { |
nothing calls this directly
no outgoing calls
no test coverage detected