We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d6ff1 commit da3b78dCopy full SHA for da3b78d
packages/section-editor/src/column/index.ts
@@ -9,8 +9,6 @@ import {
9
FaciesProvider,
10
AssetPathContext,
11
GrainsizeLayoutProvider,
12
- GeologicPatternProvider,
13
- SymbolColumn,
14
DivisionEditOverlay,
15
ColumnImage,
16
LithologyColumn,
@@ -175,7 +173,6 @@ class StratColumn extends Component {
175
173
h(CoveredOverlay),
176
174
h(LithologyBoxes),
177
]),
178
- h(SymbolColumn, { left: 90, symbols: [] }),
179
h(ColumnAxis),
180
h(GrainsizeAxis),
181
// Notes column
0 commit comments