1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00

fix: acl_wallet_submit on 23vivi register piece

This commit is contained in:
diminator 2015-12-07 11:17:42 +01:00
parent 45919f93a6
commit f76ebffbe2

View File

@ -218,7 +218,8 @@ let ROUTES = {
<Route
path='register_piece'
component={AuthProxyHandler({to: '/login', when: 'loggedOut'})(MarketRegisterPiece)}
headerTitle='+ NEW WORK'/>
headerTitle='+ NEW WORK'
aclName='acl_wallet_submit'/>
<Route
path='collection'
component={AuthProxyHandler({to: '/login', when: 'loggedOut'})(Vivi23PieceList)}