diff --git a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_piece_list.js b/js/components/whitelabel/wallet/components/ikonotv/ikonotv_piece_list.js index 33478fbf..053d21b3 100644 --- a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_piece_list.js +++ b/js/components/whitelabel/wallet/components/ikonotv/ikonotv_piece_list.js @@ -37,11 +37,17 @@ let IkonotvPieceList = React.createClass({ accordionListItemType={IkonotvAccordionListItem} filterParams={[{ label: getLangText('Show works I have'), - items: [{ - key: 'acl_loaned', - label: getLangText('loaned to IkonoTV') - }] - }]}/> + items: [ + { + key: 'submitted', + label: getLangText('submitted') + }, + { + key: 'accepted', + label: getLangText('loaned') + } + ] + }]}/> ); }