Description
The current deleteRound() function in RoundEdits uses router.reload() every time when a round is getting deleted, but useRouter never had a reload function within it, this results in error and we no change will be displayed until we manually refresh the page.