diff options
| author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-09-04 23:22:07 -0400 |
|---|---|---|
| committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-09-04 23:22:07 -0400 |
| commit | e2dddcb929f5f36e34e73b0e02205e0177f87645 (patch) | |
| tree | 5e0674fb13ff268ce6ad694ba17d0f62da91f219 /src/client/views/DocumentDecorations.tsx | |
| parent | 36374627c0a812ab2b525aa9c280d2072ebf7efe (diff) | |
removed useless code
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 09c9936a5..da35459bb 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -878,4 +878,4 @@ export class DocumentDecorations extends ObservableReactComponent<DocumentDecora </div> ); } -}
\ No newline at end of file +} |
