Minor fix to front-end

This commit is contained in:
Stephen Seo 2022-02-28 16:55:07 +09:00
parent dd59bdb5f3
commit 32a007cf37

View file

@ -90,7 +90,7 @@ impl Component for Slot {
ctx.props() ctx.props()
.state .state
.as_ref() .as_ref()
.replace(shared.board.as_ref().borrow_mut()[idx as usize]); .replace(shared.board.as_ref().borrow()[idx as usize]);
} }
} }
true true