diff --git a/package.json b/package.json
index 8e0f897334a992fe2089eb970c117415a82e4007..cfe8576cf678aabec9754bca25cb21f855be0bea 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,6 @@
     "cpu-stat": "2.0.1",
     "diff-match-patch": "1.0.4",
     "disk-stat": "1.0.4",
-    "foundation-sites": "git+https://gitlab.syncad.com/hive/foundation-sites.git#544fb8a26efcf45e9ba9ccaa77b04d0ae35b9722",
     "hivesigner": "3.2.1",
     "humanize-number": "0.0.2",
     "intl": "1.2.5",
@@ -190,6 +189,7 @@
     "eslint-plugin-jsx-a11y": "6.2.3",
     "eslint-plugin-react": "7.19.0",
     "file-loader": "6.2.0",
+    "foundation-sites": "git+https://gitlab.syncad.com/hive/foundation-sites.git#544fb8a26efcf45e9ba9ccaa77b04d0ae35b9722",
     "git-rev-sync": "1.9.1",
     "husky": "0.14.3",
     "imports-loader": "1.2.0",
diff --git a/src/app/components/pages/ListManagement.jsx b/src/app/components/pages/ListManagement.jsx
index e2a3adc193002f25073837246b53431981a6a694..f005464fc513af5b3d2c66968c6976d91fa4d7e1 100644
--- a/src/app/components/pages/ListManagement.jsx
+++ b/src/app/components/pages/ListManagement.jsx
@@ -483,7 +483,7 @@ class ListManagement extends React.Component {
         if (reset_all) what = 'reset_all_lists';
 
         let follower = this.props.username;
-        let following = 'all'; //there is an 'all' account, but it appears unused so i'm stealing their identity for this
+        let following = 'null'; //there is an 'all' account, but it appears unused so i'm stealing their identity for this
         this.setState({ is_busy: true });
         this.props.updateList(follower, following, what, () => {
             setTimeout(() => {