Skip to content

Commit 0a29488

Browse files
committed
fix: remove comment and chage route name for streaming payments
1 parent f828c32 commit 0a29488

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

src/components/v5/common/ActionSidebar/partials/PaymentGroup/GroupList.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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' }),

src/routes/routeConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const COLONY_EXTENSION_DETAILS_ROUTE = `${COLONY_EXTENSIONS_ROUTE}/:exten
2525
export const COLONY_INCOMING_ROUTE = `incoming`;
2626
export const COLONY_BALANCES_ROUTE = `balances`;
2727
export const COLONY_FOLLOWERS_ROUTE = `members/followers`;
28-
export const COLONY_STREAMING_PAYMENTS_ROUTE = `streaming-payments`;
28+
export const COLONY_STREAMING_PAYMENTS_ROUTE = `streaming`;
2929
export const COLONY_MEMBERS_ROUTE = `members`;
3030
export const COLONY_MEMBERS_WITH_DOMAIN_ROUTE = `members/:domainId`;
3131
export const COLONY_VERIFIED_ROUTE = `verified`;

0 commit comments

Comments
 (0)