Skip to content

Commit

Permalink
Merge branch 'brian/network-controller-v20-merging-in-v21' of github.…
Browse files Browse the repository at this point in the history
…com:MetaMask/metamask-extension into brian/network-controller-v20-merging-in-v21
  • Loading branch information
bergeron committed Sep 19, 2024
2 parents 18e0533 + 6b91c98 commit 05f1449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function TurnOnMetamaskNotifications() {

const handleTurnOnNotifications = async () => {
setIsLoading(true);
await createNotifications();
trackEvent({
category: MetaMetricsEventCategory.NotificationsActivationFlow,
event: MetaMetricsEventName.NotificationsActivated,
Expand All @@ -68,6 +67,7 @@ export default function TurnOnMetamaskNotifications() {
action_type: 'activated',
},
});
await createNotifications();
};

const handleHideModal = () => {
Expand Down

0 comments on commit 05f1449

Please sign in to comment.