From 607bd29cc9bdd4277ca6f8b3986df13770e97b17 Mon Sep 17 00:00:00 2001 From: jessev14 Date: Tue, 25 Jun 2024 14:55:36 -0400 Subject: [PATCH] Update custom-character-sheet-sections.js --- scripts/custom-character-sheet-sections.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/custom-character-sheet-sections.js b/scripts/custom-character-sheet-sections.js index f436aa8..c73e8c0 100644 --- a/scripts/custom-character-sheet-sections.js +++ b/scripts/custom-character-sheet-sections.js @@ -48,7 +48,6 @@ Hooks.once("ready", () => { }); - Hooks.on("renderItemSheet", (app, [html], appData) => { const customSectionInput = document.createElement('div'); customSectionInput.classList.add('form-group');