Skip to content

Commit

Permalink
Able to see results
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanV committed Aug 19, 2024
1 parent c977040 commit 57aa2fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/ui/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
m.state = Results{
results: msg.Results,
}
break
return m, tea.Batch(commands...)
}
for _, pi := range msg.PlayerInfos {
m.progresses = append(
Expand All @@ -121,6 +121,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case "ctrl+c", "esc":
tea.Quit()
}

}
}

Expand Down

0 comments on commit 57aa2fa

Please sign in to comment.