Skip to content

Commit

Permalink
[Issue-1169] Fix UI bug in DappAccess modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 11, 2024
1 parent 0129b0c commit 6b73af8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ const Content = ({ origin, accountAuthType, authInfo }: Props) => {
setModalVisible={setModalVisible}
/>
}
extraData={JSON.stringify(authInfo).concat(JSON.stringify(pendingMap))}
keyExtractor={item => item.address}
/>
);
};
Expand Down

0 comments on commit 6b73af8

Please sign in to comment.