mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
fix wrong redirect in header_notification
This commit is contained in:
parent
d760fe13d0
commit
a7683a44be
@ -161,7 +161,7 @@ let NotificationListItem = React.createClass({
|
|||||||
if (this.isPiece()) {
|
if (this.isPiece()) {
|
||||||
return `/pieces/${pieceOrEdition.id}`;
|
return `/pieces/${pieceOrEdition.id}`;
|
||||||
} else {
|
} else {
|
||||||
return `/pieces/${pieceOrEdition.bitcoin_id}`;
|
return `/editions/${pieceOrEdition.bitcoin_id}`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user