diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-23 18:36:56 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-23 18:36:56 -0400 |
commit | c752994552be6d8a7e91093bf9d64896fd51138f (patch) | |
tree | 0ed7ba1c9d197a3700d06b5fca4a79b1b81a3a54 /src/client/views/nodes/WebBox.tsx | |
parent | e138dc74aaff258e9598d65244c85f1ab0c5fb17 (diff) |
finding all collections
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index 095b0094e..29eef27a0 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -24,7 +24,6 @@ import { SelectionManager } from "../../util/SelectionManager"; import { Docs } from "../../documents/Documents"; library.add(faStickyNote); -library.add(faStickyNote) @observer export class WebBox extends React.Component<FieldViewProps> { |