From f039f351c121c61105869f9366ae6a5692ba7dde Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 9 Feb 2020 17:27:51 +0530 Subject: [PATCH] Link list name to subscribers page on lists UI --- frontend/src/Lists.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/Lists.js b/frontend/src/Lists.js index 8aaf55b..b853e28 100644 --- a/frontend/src/Lists.js +++ b/frontend/src/Lists.js @@ -240,9 +240,7 @@ class Lists extends React.PureComponent { const out = [] out.push(
- this.handleShowEditForm(record)}> - {text} - + {text}
)