change button case to match menu
This commit is contained in:
parent
b6a3f47eaf
commit
dfd3e1b0e9
|
@ -812,7 +812,7 @@ const TradingViewChart = () => {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
position: 'top',
|
position: 'top',
|
||||||
text: `Set Limit Price (${formatPrice(price)})`,
|
text: `Set limit price (${formatPrice(price)})`,
|
||||||
click: function () {
|
click: function () {
|
||||||
const set = mangoStore.getState().set
|
const set = mangoStore.getState().set
|
||||||
set((s) => {
|
set((s) => {
|
||||||
|
|
Loading…
Reference in New Issue