Skip to content

Commit

Permalink
#1353 Fixing counts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 18, 2024
1 parent 2de8feb commit 6955600
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function EntityNotificationsBadge({entityType, entityId, href}) {
success++
break
case 'ONGOING':
case 'ASYNC':
running++
break
default:
Expand Down

0 comments on commit 6955600

Please sign in to comment.