We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b98ec commit d4843b1Copy full SHA for d4843b1
src/renderer/components/notifications/AccountNotifications.tsx
@@ -131,7 +131,7 @@ export const AccountNotifications: FC<IAccountNotifications> = (
131
{props.error && <Oops error={props.error} fullHeight={false} />}
132
{!hasNotifications && !props.error && <AllRead fullHeight={false} />}
133
{isGroupByRepository(settings)
134
- ? Object.values(groupedNotifications).map((repoNotifications) => {
+ ? groupedNotifications.map((repoNotifications) => {
135
const repoSlug = repoNotifications[0].repository.full_name;
136
137
return (
0 commit comments