Skip to content

Commit

Permalink
fix uin
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Jun 21, 2022
1 parent 99ea15c commit 445d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RunningBot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function RunningBot(props: RunningBotProp) {
<img alt="avatar" src={getAvatarUrl(bot.uin)}/>
</Avatar>
<Space direction="vertical" size="mini">
<div>账号:875543533</div>
<div>账号:{bot.uin}</div>
<div>状态:{getNetworkStatus(bot.status)}</div>
<div>协议:{getProtocolName(bot.protocol)}</div>
</Space>
Expand Down

0 comments on commit 445d876

Please sign in to comment.