diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js
index 18aed6e07430b5a67413c0a679bd01e1e4429a48..5aaa8b7abbc34f63f1c979e1cb12e60af71ad2e2 100644
--- a/src/js/futureSocietyJS.js
+++ b/src/js/futureSocietyJS.js
@@ -467,7 +467,7 @@ globalThis.FutureSocieties = (function() {
 
 		const activeFS = DecoToFSMap.get(V[decoration]); // gets the property name
 
-		if (decoration === "standard") {
+		if (V[decoration] === "standard") {
 			// nothing to do
 		} else if (activeFS === undefined) {
 			// eslint-disable-next-line no-console