Commit 5c93cdc 1 parent 48a2f7c commit 5c93cdc Copy full SHA for 5c93cdc
File tree 2 files changed +4
-6
lines changed
linear-genome-view/src/BaseLinearDisplay/components
svg/src/SvgFeatureRenderer/components
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ const RenderedBlocks = observer(function ({
85
85
)
86
86
} )
87
87
88
- export { RenderedBlocks }
89
-
90
88
const LinearBlocks = observer ( function ( {
91
89
model,
92
90
} : {
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ const FeatureLabel = observer(function ({
61
61
const [ labelVisible , setLabelVisible ] = useState ( exportSVG )
62
62
const theme = useTheme ( )
63
63
64
- // we use an effect to set the label visible because there can be a
65
- // mismatch between the server and the client after hydration due to the
66
- // floating labels. if we are exporting an SVG we allow it as is though and
67
- // do not use the effect
64
+ // we use an effect to set the label visible because there can be a mismatch
65
+ // between the server and the client after hydration due to the floating
66
+ // labels. if we are exporting an SVG we allow it as is though and do not use
67
+ // the effect
68
68
useEffect ( ( ) => {
69
69
setLabelVisible ( true )
70
70
} , [ ] )
You can’t perform that action at this time.
0 commit comments