diff options
author | bobzel <zzzman@gmail.com> | 2025-02-18 09:01:44 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-02-18 09:01:44 -0500 |
commit | cf791104c0b1608e37c3cf2d25dac7f6f58a1b66 (patch) | |
tree | a6848c060854178e1276dec7c07d4b14237faa9f /src/client/views/ScriptBox.tsx | |
parent | c079b7aa916d7eb35ce186806ca312c84e910cb2 (diff) |
css fixes for gptPopup + close button
Diffstat (limited to 'src/client/views/ScriptBox.tsx')
-rw-r--r-- | src/client/views/ScriptBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/ScriptBox.tsx b/src/client/views/ScriptBox.tsx index 9c36e6d26..d05b0a6b6 100644 --- a/src/client/views/ScriptBox.tsx +++ b/src/client/views/ScriptBox.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/require-default-props */ import { action, makeObservable, observable } from 'mobx'; import { observer } from 'mobx-react'; import * as React from 'react'; |