mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Remove 'disabledOn' for prize routes
This commit is contained in:
parent
27f1b7e9b4
commit
3d43cd8505
@ -54,8 +54,7 @@ const ROUTES = {
|
||||
<Route
|
||||
path='collection'
|
||||
component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(SPPieceList)}
|
||||
headerTitle='COLLECTION'
|
||||
disableOn='noPieces' />
|
||||
headerTitle='COLLECTION'/>
|
||||
<Route path='pieces/:pieceId' component={SluicePieceContainer} />
|
||||
<Route path='editions/:editionId' component={EditionContainer} />
|
||||
<Route path='verify' component={CoaVerifyContainer} />
|
||||
@ -71,8 +70,7 @@ const ROUTES = {
|
||||
<Route
|
||||
path='collection'
|
||||
component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(SPPieceList)}
|
||||
headerTitle='SUBMISSIONS'
|
||||
disableOn='noPieces' />
|
||||
headerTitle='SUBMISSIONS'/>
|
||||
<Route
|
||||
path='login'
|
||||
component={ProxyHandler(
|
||||
|
Loading…
Reference in New Issue
Block a user