Skip to content

Commit

Permalink
chore: remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Dec 10, 2024
1 parent 3d4030c commit 981ea15
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ export const ImageResult = ({
<Tabs activeTab={activeTab} onChange={handleChange}>
<Tabs.List>
<Tabs.Tab>Variogram slice</Tabs.Tab>
{/* {resultRows
.map((r) => r.variogramModel)
.filter((value, index, self) => self.indexOf(value) === index)
.map((uniqe) => {
console.log(uniqe);
return <Tabs.Tab key={uniqe}>{uniqe}</Tabs.Tab>;
})} */}
<Tabs.Tab>Spherical</Tabs.Tab>
<Tabs.Tab>Gaussian</Tabs.Tab>
<Tabs.Tab>General Exponential</Tabs.Tab>
Expand Down

0 comments on commit 981ea15

Please sign in to comment.