Skip to content

Commit e8af6dc

Browse files
authored
Update notification-list.tsx
Signed-off-by: viktorking7 <[email protected]>
1 parent 330cb97 commit e8af6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/notifications/notification-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function NotificationList(props: ReturnType<typeof useNotifications>) {
1414
: // if we have archived notifications, default to archive
1515
props.archivedNotifications.length > 0
1616
? "archive"
17-
: // otherwise defualt to inbox (if there are no archived notifications either)
17+
: // otherwise default to inbox (if there are no archived notifications either)
1818
"inbox",
1919
);
2020

0 commit comments

Comments
 (0)