summaryrefslogtreecommitdiff
path: root/src/components/ProxyGroup.js
diff options
context:
space:
mode:
authorhitsmaxft <[email protected]>2020-02-08 17:54:38 +0800
committerHaishan <[email protected]>2020-02-10 17:28:04 +0800
commit7785066dd17b25b68ee8756f2dd12b6dab2da79e (patch)
treeb0365c7e868c34f88c22b3ed0e39aabab4548785 /src/components/ProxyGroup.js
parentb126e2c27ac1113f61320b0bf536c2f2966fa53d (diff)
fix test
Diffstat (limited to 'src/components/ProxyGroup.js')
-rw-r--r--src/components/ProxyGroup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProxyGroup.js b/src/components/ProxyGroup.js
index 67920a4..a6407d7 100644
--- a/src/components/ProxyGroup.js
+++ b/src/components/ProxyGroup.js
@@ -159,7 +159,7 @@ const mapState = (s, { all, filterError }) => {
};
};
-const ProxyList = connect(mapState)(ProxyListImpl);
+export const ProxyList = connect(mapState)(ProxyListImpl);
export function ProxyListSummaryView({
all,