Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 39c2c23

Browse files
committed
fix: log error in console
1 parent 7a637b3 commit 39c2c23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Modals.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ SignInThroughPublicProfileBanner.propTypes = {
888888
};
889889

890890
export const ErrorModal = ({ closeErrorModal, error }) => {
891+
console.log('Error:', error)
891892
let isMetaMaskSignError;
892893
let isMetaMaskFromError;
893894
let isMozillaError;
@@ -1204,4 +1205,4 @@ FollowingIsPublicModal.propTypes = {
12041205

12051206
FollowingIsPublicModal.defaultProps = {
12061207
otherAddressToFollow: '',
1207-
};
1208+
};

0 commit comments

Comments
 (0)