Remove 'disabledOn' for prize routes

This commit is contained in:
Tim Daubenschütz 2016-01-26 11:07:41 +01:00
parent 27f1b7e9b4
commit 3d43cd8505
1 changed files with 2 additions and 4 deletions

View File

@ -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(