Skip to content

Commit

Permalink
Ensure lock address is passed explicitly (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Sep 11, 2018
1 parent a3701a0 commit 7dc8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlock-app/src/components/creator/Locks.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Icon from '../lock/Icon'

const LockInList = (props) => {
return (<li className="list-group-item">
<Icon lock={props.lock} />
<Icon lock={props.lock} address={props.lock.address} />
<Link to={`/creator/lock/${props.lock.address}`}>
{props.lock.address}
</Link>
Expand Down

0 comments on commit 7dc8c93

Please sign in to comment.