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

Method render

src/app/keyring/User.js:280–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 }
279
280 render() {
281 if (this.state.exit) {
282 return <Redirect to={`/keyring/key/${this.props.match.params.keyFpr}`} />;
283 }
284 return (
285 <div className="card-body user">
286 <nav aria-label="breadcrumb">
287 <ol className="breadcrumb bg-transparent p-0">
288 <li className="breadcrumb-item"><Link to={`/keyring/key/${this.props.match.params.keyFpr}`} replace tabIndex="0"><span className="icon icon-arrow-left" aria-hidden="true"></span> {this.state.keyDetails.name}</Link></li>
289 </ol>
290 </nav>
291 {this.state.loading ? (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected