File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
jbrowse/src/client/JBrowse Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ function View(){
5151 return (
5252 //TODO: can we make this expand to full page height?
5353 < div style = { { height : "100%" } } >
54- { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
5554 < ErrorBoundary >
5655 < ThemeProvider theme = { theme } >
5756 < JBrowseLinearGenomeView viewState = { state as ViewModel } />
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ function VariantTable() {
8989 return (
9090 < ThemeProvider theme = { theme } >
9191 < div style = { { height : "80vh" , display :"block" } } >
92- { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
9392 < ErrorBoundary >
9493 < VariantTableWidget assembly = { assembly } trackId = { trackId } parsedLocString = { parsedLocString } sessionId = { sessionId } session = { session } pluginManager = { pluginManager } />
9594 </ ErrorBoundary >
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function VariantTable() {
8888 return (
8989 < ThemeProvider theme = { theme } >
9090 < div style = { { height : "80vh" , display :"block" } } >
91- { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
9291 < ErrorBoundary >
9392 < JBrowseFilterPanel session = { state . session } />
9493 < VariantTableWidget assembly = { assembly } assemblyName = { assemblyName } trackId = { trackId } locString = { locString }
You can’t perform that action at this time.
0 commit comments