diff --git a/src/client/src/ts/guild/styles.ts b/src/client/src/ts/guild/styles.ts index ed4a9ec..ec94924 100644 --- a/src/client/src/ts/guild/styles.ts +++ b/src/client/src/ts/guild/styles.ts @@ -472,7 +472,7 @@ Object.entries(textMutators).forEach(([key, description]) => { title: description, val: key } as ISingleOption) -}) +}); const descriptionMutatorSelect = new HSSelect( $("#formDescriptionMutator").get(0), @@ -486,7 +486,7 @@ Object.entries(textMutators).forEach(([key, description]) => { title: description, val: key } as ISingleOption) -}) +}); const colourPicker = $("#formColour") as JQuery; const colourTextInput = $("#formColourInput") as JQuery;