Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaloptimist committed Sep 15, 2023
1 parent b15feb4 commit 321cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/InitiativeList/InitiativeListHost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function InitiativeListHost(props: { tracker: TrackerViewModel }) {
);
combatantViewModel.ToggleSpentReaction();
},
[combatants]
[combatantViewModels]
);

return (
Expand Down

0 comments on commit 321cc85

Please sign in to comment.