From 779f143cdc224ee4ece62f99c80265a13768574e Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Tue, 30 Jun 2020 21:34:08 -0700
Subject: [PATCH] update the sidebar after implementing or repealing a policy

---
 src/interaction/policies/policies.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/interaction/policies/policies.js b/src/interaction/policies/policies.js
index 8aae8af3ed7..a266ae3e29f 100644
--- a/src/interaction/policies/policies.js
+++ b/src/interaction/policies/policies.js
@@ -296,6 +296,7 @@ globalThis.policy = function(category) {
 			if (!["EducationPolicies"].includes(category)) {
 				repX(-1000, "policies");
 			}
+			UIBar.update();
 		}
 	}
 };
-- 
GitLab