Commit 09e9e06 alexey
committed
1 parent 4ebc412 commit 09e9e06 Copy full SHA for 09e9e06
File tree 2 files changed +2
-2
lines changed
src/screens/TradeScreen/BottomTables
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ const PerpTableImpl: React.FC = observer(() => {
235
235
{ renderTable ( ) }
236
236
</ BaseTable >
237
237
{ ! ! vm . myPositions . length && tabIndex === 0 && (
238
- < TextGraph style = { { textAlign : "center" } } > Data provided by the Graph </ TextGraph >
238
+ < TextGraph style = { { textAlign : "center" } } > Data provided by Envio </ TextGraph >
239
239
) }
240
240
241
241
< TakeProfitStopLossSheet
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ const SpotTableImpl: React.FC = observer(() => {
304
304
</ BaseTable >
305
305
{ ! ! vm . myOrders . length && tabIndex === 0 && (
306
306
//todo здесь была кнопка cancel all orders
307
- < TextGraph style = { { textAlign : "center" } } > Data provided by the Graph </ TextGraph >
307
+ < TextGraph style = { { textAlign : "center" } } > Data provided by Envio </ TextGraph >
308
308
) }
309
309
</ >
310
310
) ;
You can’t perform that action at this time.
0 commit comments