aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/shared/Notification.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/shared/Notification.tsx')
-rw-r--r--frontend/src/components/shared/Notification.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/shared/Notification.tsx b/frontend/src/components/shared/Notification.tsx
index 68cbc7a..af7b924 100644
--- a/frontend/src/components/shared/Notification.tsx
+++ b/frontend/src/components/shared/Notification.tsx
@@ -70,7 +70,7 @@ export function Notification({
};
return (
- <div className={cn(notificationVariants({ variant: type as any }))}>
+ <div className={cn(notificationVariants({ variant: type }))}>
<div className={cn(
"flex h-8 w-8 items-center justify-center rounded-full",
type === 'success' && "bg-primary/10",