diff options
| author | hitsmaxft <[email protected]> | 2020-02-08 17:54:38 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-02-10 17:28:04 +0800 |
| commit | 7785066dd17b25b68ee8756f2dd12b6dab2da79e (patch) | |
| tree | b0365c7e868c34f88c22b3ed0e39aabab4548785 /src | |
| parent | b126e2c27ac1113f61320b0bf536c2f2966fa53d (diff) | |
fix test
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ProxyGroup.js | 2 |
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, |
