Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
chore: add maintainers to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oed authored Jun 9, 2020
1 parent 6d06e21 commit fcb9115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ const MyComponent = ({ handleLogin, box, ethereum, myAddress, currentUser3BoxPro
| `currentUser3BoxProfile` | Object | | Optional | If the current user has already had their 3Box data fetched at the global dApp state, pass the object returned from `Box.getProfile(profileAddress)` to avoid an extra request. This data will be rendered in the Comment input interface.|
| `userProfileURL` | Function | Defaults to returning user's 3Box profile URL | Optional | A function that returns a correctly formatted URL of a user's profile on the current platform. The function will be passed an Ethereum address within the component, if needed. A user will be redirected to the URL returned from this function when clicking on the name or Ethereum address associated with the comment in the thread.|

## Maintainers
[@oed](https://github.com/oed)

## License

MIT

0 comments on commit fcb9115

Please sign in to comment.