Skip to content

Commit

Permalink
fix(time): Invalid button reference access
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Mar 19, 2023
1 parent c139c4b commit c197177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitten-scientists/source/TimeControlManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class TimeControlManager {
}
if (
check(
this._bonfireManager.manager.tab.buttons as Array<
this._bonfireManager.manager.tab.children as Array<
BuildButton<string, ButtonModernModel, ButtonModernController>
>
) ||
Expand Down

0 comments on commit c197177

Please sign in to comment.