diff options
| author | eeng5 <eleanor_eng@brown.edu> | 2019-08-27 11:53:00 -0400 |
|---|---|---|
| committer | eeng5 <eleanor_eng@brown.edu> | 2019-08-27 11:53:00 -0400 |
| commit | 5a7ec36e558bdf5333cb7c16faad8f31bfcf314e (patch) | |
| tree | 437c7fca086fc760cf5ea2b2736ecb1ded96144b /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | 25d9d8d9a1fdd38fd27cf77e0385b7482fc8f4a8 (diff) | |
fixed autoheight for masonry
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index 4ec968438..c0c4750eb 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -23,7 +23,6 @@ import "./CollectionStackingView.scss"; library.add(faPalette); - interface CSVFieldColumnProps { cols: () => number; headings: () => object[]; |
