Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwei zhang committed Jan 20, 2023
1 parent 3463ee8 commit f8afc0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ const wellLayerTemplate = (args: any) => {
getInterpolateMethod={getInterpolateMethod}
/>
</div>
<DeckGLMap {...args} layers={layers} />
<SubsurfaceViewer {...args} layers={layers} />
</div>
);
};
Expand Down Expand Up @@ -604,4 +604,4 @@ LegendWithColorSelector.parameters = {
inlineStories: false,
iframeHeight: 500,
},
};
};

0 comments on commit f8afc0b

Please sign in to comment.