Skip to content

Commit

Permalink
Merge pull request #786 from Conflux-Chain/hotfix-SCAN-4109
Browse files Browse the repository at this point in the history
fix: SCAN-4109
  • Loading branch information
0x74616e67 authored Jun 17, 2022
2 parents 12eb0e1 + ae49f6f commit 3e007d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/pos/Account/RightStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function RightStatus() {

if (resp.status?.outQueue?.length) {
arr = arr.concat(
resp.status.inQueue.map(i => ({
resp.status.outQueue.map(i => ({
...i,
type: 'out',
})),
Expand Down

0 comments on commit 3e007d3

Please sign in to comment.