From 4a86c6e3c9546caf4ca3e3cf9b7edef64c5f8df4 Mon Sep 17 00:00:00 2001 From: silicons Date: Thu, 6 Jul 2023 12:51:00 -0700 Subject: [PATCH] fix that --- tgui/packages/tgui/backend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui/backend.ts b/tgui/packages/tgui/backend.ts index 01452fb1b08..5a998c09f13 100644 --- a/tgui/packages/tgui/backend.ts +++ b/tgui/packages/tgui/backend.ts @@ -441,7 +441,7 @@ export interface ModuleProps { // module id, this lets it autoload from context id: string; // override props for rendering its external
- section: SectionProps; + section?: SectionProps; } export interface ModuleData {