Skip to content

Commit

Permalink
fix fencing gfx (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs authored May 4, 2024
1 parent 7f3a001 commit 85fb561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundle-src/src/graphics/rosesFencing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function bannerMsg(round: number) {

export function AllRosesFencingGraphics() {
const state = useOnlyReplicantValue<State & EventMeta>("eventState");
const control = useOnlyReplicantValue<ControlRosesFencing>("control-fencing");
const control = useOnlyReplicantValue<ControlRosesFencing>(
"control-rosesFencing"
);

const now = useTime();

Expand Down

0 comments on commit 85fb561

Please sign in to comment.