Skip to content

Commit

Permalink
Added missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
djordjevlais committed Feb 5, 2025
1 parent 0b32c5a commit 4224284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin-x-activitypub/src/components/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ const Notifications: React.FC<NotificationsProps> = () => {
actor: group.object.attributedTo as ActorProperties,
width: group.object?.type === 'Article' ? 'wide' : 'narrow'
});
break;
}
};

Expand Down

0 comments on commit 4224284

Please sign in to comment.