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