diff --git a/cmd/review/main.go b/cmd/review/main.go index b6afc1f..770fecf 100644 --- a/cmd/review/main.go +++ b/cmd/review/main.go @@ -306,10 +306,12 @@ func _main() error { if signupIx == len(signups) { signupIx = 0 } + updateCount() render() case 'r': if len(signups) > 0 { signupIx = rand.Intn(len(signups)) + updateCount() render() } case 'A':