(prevProps)
| 79 | } |
| 80 | |
| 81 | componentDidUpdate(prevProps) { |
| 82 | if (this.props.keyData !== prevProps.keyData) { |
| 83 | this.getKeyDetails(this.context); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | async getKeyDetails({keyringId}) { |
| 88 | let user; |
nothing calls this directly
no test coverage detected