Skip to content

Commit 09e9e06

Browse files
author
alexey
committed
Data provided by Envio
1 parent 4ebc412 commit 09e9e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/screens/TradeScreen/BottomTables/PerpTable/PerpTableImpl.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const PerpTableImpl: React.FC = observer(() => {
235235
{renderTable()}
236236
</BaseTable>
237237
{!!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>
239239
)}
240240

241241
<TakeProfitStopLossSheet

src/screens/TradeScreen/BottomTables/SpotTable/SpotTableImpl.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const SpotTableImpl: React.FC = observer(() => {
304304
</BaseTable>
305305
{!!vm.myOrders.length && tabIndex === 0 && (
306306
//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>
308308
)}
309309
</>
310310
);

0 commit comments

Comments
 (0)