Skip to content

Commit

Permalink
fix: ton connect to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Dec 27, 2024
1 parent 14d030a commit 5eddd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/components/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Notifications = () => {
} | null) => {
if (!data) return;
if (result) {
sendBackground.message('approveRequest', { id: data.id, payload: result });
sendBackground.message('approveRequest', { id: data.id, payload: result.replyItems });
} else {
sendBackground.message('rejectRequest', data.id);
}
Expand Down

0 comments on commit 5eddd64

Please sign in to comment.