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