We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc73b8 commit c945eb2Copy full SHA for c945eb2
src/popup/views/SignTransaction/index.tsx
@@ -94,7 +94,7 @@ export const SignTransaction = () => {
94
const publicKey = useSelector(publicKeySelector);
95
const [isConfirming, setIsConfirming] = useState(false);
96
97
- const rejectAndClose = async () => {
+ const rejectAndClose = () => {
98
rejectAccess();
99
window.close();
100
};
0 commit comments