mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
For 23vivi, switch back to appropriate piece list
This commit is contained in:
parent
f6a5734871
commit
7dfe6a51a4
@ -230,7 +230,7 @@ let ROUTES = {
|
|||||||
aclName='acl_wallet_submit' />
|
aclName='acl_wallet_submit' />
|
||||||
<Route
|
<Route
|
||||||
path='collection'
|
path='collection'
|
||||||
component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(MarketPieceList)}
|
component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(Vivi23PieceList)}
|
||||||
headerTitle='COLLECTION'
|
headerTitle='COLLECTION'
|
||||||
disableOn='noPieces' />
|
disableOn='noPieces' />
|
||||||
<Route path='pieces/:pieceId' component={MarketPieceContainer} />
|
<Route path='pieces/:pieceId' component={MarketPieceContainer} />
|
||||||
|
Loading…
Reference in New Issue
Block a user