File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,16 +50,6 @@ export const GROUP_LIST: GroupListItem[] = [
5050 action : Action . StreamingPayment ,
5151 isNew : true ,
5252 } ,
53- // @TODO : uncomment when streaming payment is ready
54- // {
55- // title: formatText({ id: 'actions.streamingPayment' }),
56- // description: formatText({
57- // id: 'actions.description.streamingPayment',
58- // }),
59- // Icon: Waves,
60- // action: Action.StreamingPayment,
61- // isNew: true,
62- // },
6353 {
6454 title : formatText ( { id : 'actions.splitPayment' } ) ,
6555 description : formatText ( { id : 'actions.description.splitPayment' } ) ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const COLONY_EXTENSION_DETAILS_ROUTE = `${COLONY_EXTENSIONS_ROUTE}/:exten
2525export const COLONY_INCOMING_ROUTE = `incoming` ;
2626export const COLONY_BALANCES_ROUTE = `balances` ;
2727export const COLONY_FOLLOWERS_ROUTE = `members/followers` ;
28- export const COLONY_STREAMING_PAYMENTS_ROUTE = `streaming-payments ` ;
28+ export const COLONY_STREAMING_PAYMENTS_ROUTE = `streaming` ;
2929export const COLONY_MEMBERS_ROUTE = `members` ;
3030export const COLONY_MEMBERS_WITH_DOMAIN_ROUTE = `members/:domainId` ;
3131export const COLONY_VERIFIED_ROUTE = `verified` ;
You can’t perform that action at this time.
0 commit comments