a
This commit is contained in:
parent
c581174747
commit
e7efc5e8fa
|
|
@ -883,7 +883,7 @@ const ConfigPanel = () => {
|
|||
{currentAccountMeta && currentAccountMeta.status === 'active' ? (
|
||||
<div className="system-section">
|
||||
<div className="system-header">
|
||||
<h3>我的交易进程(当前账号 #{accountId})</h3>
|
||||
<h3>我的交易进程(当前账号 #{accountId}){currentAccountMeta}</h3>
|
||||
<div className="system-status">
|
||||
<span className={`system-status-badge ${accountTradingStatus?.running ? 'running' : 'stopped'}`}>
|
||||
{accountTradingStatus?.running ? '运行中' : '未运行/未知'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user