diff options
| author | kimdahey <claire_kim1@brown.edu> | 2019-08-29 14:32:53 -0400 |
|---|---|---|
| committer | kimdahey <claire_kim1@brown.edu> | 2019-08-29 14:32:53 -0400 |
| commit | 8e2e2c1126086cbc87432bb0466205f892d8ae98 (patch) | |
| tree | d28a6721bcc392906a0ebd091c4acd11ff4747c0 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | 116c17c1e4ccf189d770d170d07a6bfbf95ca4e1 (diff) | |
| parent | 22a5999626b11cf75cafbcd421601e668438f6ad (diff) | |
fix merge conflicts
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index f30e99362..bc4fe7dd7 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -2,7 +2,7 @@ import React = require("react"); import { library } from '@fortawesome/fontawesome-svg-core'; import { faPalette } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { action, observable } from "mobx"; +import { action, observable, trace } from "mobx"; import { observer } from "mobx-react"; import { Doc, WidthSym } from "../../../new_fields/Doc"; import { Id } from "../../../new_fields/FieldSymbols"; |
