File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
confirm-add-custodian-token Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ const ConfirmAddCustodianToken = () => {
4949 const [ isLoading , setIsLoading ] = useState ( false ) ;
5050 const [ connectError , setConnectError ] = useState ( '' ) ;
5151
52- console . log ( 'CONNECT REQUESTS' , connectRequests ) ;
53-
5452 const connectRequest = connectRequests ? connectRequests [ 0 ] : undefined ;
5553
5654 useEffect ( ( ) => {
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import configureStore from '../../../store/store';
44import testData from '../../../../.storybook/test-data' ;
55import CustodyPage from '.' ;
66
7- // TODO (Bernardo) - Add environment to connectionRequest
87const customData = {
98 ...testData ,
109 metamask : {
@@ -26,6 +25,7 @@ const customData = {
2625 refreshTokenUrl : null ,
2726 isNoteToTraderSupported : false ,
2827 version : 1 ,
28+ envName : 'saturn' ,
2929 } ,
3030 ] ,
3131 } ,
You can’t perform that action at this time.
0 commit comments