diff --git a/modules/ui/resources-editor.js b/modules/ui/resources-editor.js
index 62d1d9ee..6d65094f 100644
--- a/modules/ui/resources-editor.js
+++ b/modules/ui/resources-editor.js
@@ -29,7 +29,7 @@ function editResources() {
const categoryOptions = category => categories.map(c => ``).join("");
const models = [...new Set(pack.resources.map(r => r.model))].sort();
- const modelOptions = model => models.map(m => ``).join("");
+ const modelOptions = model => models.map(m => ``).join("");
// // {i: 33, name: "Saltpeter", icon: "resource-saltpeter", color: "#e6e3e3", value: 8, chance: 2, model: "habitability", bonus: {artillery: 3}}
for (const r of pack.resources) {