diff --git a/ui/src/authorizer.ts b/ui/src/authorizer.ts index 2bd2f6f40d4..8d16070e9bc 100644 --- a/ui/src/authorizer.ts +++ b/ui/src/authorizer.ts @@ -56,7 +56,7 @@ const { billingSubscribe, billingUnsubscribe, // Notification - notificaitonView, + notificationView, apiKeyCreate, apiKeyDelete, } = iota(); @@ -108,7 +108,7 @@ export const actions: { [key: string]: any } = { unsubscribe: billingUnsubscribe, }, notification: { - view: notificaitonView, + view: notificationView, }, apiKey: { create: apiKeyCreate,