aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-07-21 12:45:55 -0400
committerbobzel <zzzman@gmail.com>2025-07-21 12:45:55 -0400
commit401431d732fecd6bdef69d83e21253e1b157416d (patch)
tree77348c17ec94779033982c8f362c775b0564aa34 /src/client/views/PropertiesView.tsx
parent3b0fca96e8350c4d103833a0cee6dcdc5e781d5c (diff)
cleaning up server warnings/errors
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index 5211272b0..f7c4b464c 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -58,7 +58,6 @@ interface PropertiesViewProps {
export class PropertiesView extends ObservableReactComponent<PropertiesViewProps> {
private _widthUndo?: UndoManager.Batch;
- // eslint-disable-next-line no-use-before-define
public static Instance: PropertiesView;
constructor(props: PropertiesViewProps) {
super(props);