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

Commit

Permalink
fix: log error in console
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Sep 25, 2020
1 parent 7a637b3 commit 39c2c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Modals.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ SignInThroughPublicProfileBanner.propTypes = {
};

export const ErrorModal = ({ closeErrorModal, error }) => {
console.log('Error:', error)
let isMetaMaskSignError;
let isMetaMaskFromError;
let isMozillaError;
Expand Down Expand Up @@ -1204,4 +1205,4 @@ FollowingIsPublicModal.propTypes = {

FollowingIsPublicModal.defaultProps = {
otherAddressToFollow: '',
};
};

0 comments on commit 39c2c23

Please sign in to comment.