diff options
author | bobzel <zzzman@gmail.com> | 2022-07-26 11:23:30 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-07-26 11:23:30 -0400 |
commit | 8764f4e106e52115ece4525ae17ad3d96e66ced9 (patch) | |
tree | cf24284d29a939f55e801992858530348de81041 | |
parent | 2f9ed7522d0615dfc27b7382be8b66eb341722da (diff) |
fixed stray ; getting rendered on dashboard view.
-rw-r--r-- | src/client/views/DashboardView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DashboardView.tsx b/src/client/views/DashboardView.tsx index 9ea9128bd..84b1017b4 100644 --- a/src/client/views/DashboardView.tsx +++ b/src/client/views/DashboardView.tsx @@ -193,7 +193,6 @@ export class DashboardView extends React.Component { closeOnExternalClick={this.abortCreateNewDashboard} dialogueBoxStyle={{ width: '500px', height: '300px', background: Cast(Doc.SharingDoc().userColor, 'string', null) }} /> - ; </> ); } |