Skip to content

Commit

Permalink
fix(monitor/submission): wrong re-start for SignalR
Browse files Browse the repository at this point in the history
  • Loading branch information
kengwang committed Aug 18, 2024
1 parent ec0f2b8 commit aebe8a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const Submissions: FC = () => {
})
}
}
})
}, [])

const filteredSubs = newSubmissions.current.filter(
(item) => type === 'All' || item.status === type
Expand Down

0 comments on commit aebe8a5

Please sign in to comment.