Skip to content

Commit

Permalink
Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 16, 2022
1 parent abcb9b2 commit cc5e099
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 270 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function TrackContainer({

return (
<Paper className={classes.root} variant="outlined">
<TrackContainerLabel model={track} view={model} />
<div
className={classes.trackRenderingContainer}
style={{ height }}
Expand All @@ -122,7 +123,6 @@ function TrackContainer({
data-testid={`trackRenderingContainer-${model.id}-${trackId}`}
role="presentation"
>
<TrackContainerLabel model={track} view={model} />
<div ref={ref} style={{ transform: `scaleX(${model.scaleFactor})` }}>
<RenderingComponent
model={display}
Expand Down
Loading

0 comments on commit cc5e099

Please sign in to comment.