Skip to content

Commit

Permalink
fix: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jan 28, 2025
1 parent ebcccae commit cce20e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions components/Messages/components/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const MessageList: React.FunctionComponent<MessageListProps> = ({
language,
addLastSnackbar,
addressBook,
sendPageState,
uOrchardAddress,
selectServer,
netInfo,
Expand Down Expand Up @@ -493,7 +492,7 @@ const MessageList: React.FunctionComponent<MessageListProps> = ({
}, [totalBalance, totalBalance?.spendableOrchard, totalBalance?.spendablePrivate]);

if (address) {
console.log('render Messages', validMemo, 'memo context', sendPageState.toaddr.memo, 'memo local:', memo);
console.log('render Messages', validMemo, 'memo local:', memo);
}

return (
Expand Down
2 changes: 0 additions & 2 deletions components/Send/components/Confirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ const Confirm: React.FunctionComponent<ConfirmProps> = ({
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

//console.log(sendPageState, calculatedFee, Utils.parseStringLocaleToNumberFloat(sendPageState.toaddr.amount));

return (
<SafeAreaView
style={{
Expand Down

0 comments on commit cce20e8

Please sign in to comment.