Skip to content

Commit

Permalink
feat: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison committed Sep 13, 2024
1 parent 1dbe89c commit 5129ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ApproveUpdateDefaultAccount: React.FC = () => {
<PageHeader title="Approve Request" />
<Stack full className="justify-between" gap={12}>
<div className="text-yellow">
<Alert type="warning">Approve update the default account?</Alert>
<Alert type="warning">Approve update default account?</Alert>
<div
className={clsx(
"flex items-center gap-3 mt-4",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/background/approvals/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ApprovalsService {
try {
resolver = this.getResolver(tabId);
} catch {
// do nothing, this is only to avoid memory leak
// do nothing if not found as it was resolved by the event handler
}
if (resolver) {
resolver.reject(new Error("Window closed"));
Expand Down

0 comments on commit 5129ea5

Please sign in to comment.