MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / componentDidUpdate

Method componentDidUpdate

src/app/keyring/User.js:81–85  ·  view source on GitHub ↗
(prevProps)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

getKeyDetailsMethod · 0.95

Tested by

no test coverage detected