Fix spelling
parent
1045004284
commit
e9dbdf2702
|
@ -86,7 +86,7 @@ const AxesOptions = ({
|
||||||
onClickTab={onSetScale(LINEAR)}
|
onClickTab={onSetScale(LINEAR)}
|
||||||
/>
|
/>
|
||||||
<Tab
|
<Tab
|
||||||
text="Logaritmic"
|
text="Logarithmic"
|
||||||
isActive={scale === LOG}
|
isActive={scale === LOG}
|
||||||
onClickTab={onSetScale(LOG)}
|
onClickTab={onSetScale(LOG)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue