From 6b29c0ff287abeaa5b44562e808bf708e8911e44 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Thu, 28 Mar 2019 17:58:07 +0530 Subject: [PATCH] Remove subscriber list link from list name --- frontend/my/src/Lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/my/src/Lists.js b/frontend/my/src/Lists.js index b48dcf0..65c5f69 100644 --- a/frontend/my/src/Lists.js +++ b/frontend/my/src/Lists.js @@ -202,7 +202,7 @@ class Lists extends React.PureComponent { const out = [] out.push(
- {text} + this.handleShowEditForm(record)}>{text}
)