Minor fix to front-end
This commit is contained in:
parent
dd59bdb5f3
commit
32a007cf37
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ impl Component for Slot {
|
|||
ctx.props()
|
||||
.state
|
||||
.as_ref()
|
||||
.replace(shared.board.as_ref().borrow_mut()[idx as usize]);
|
||||
.replace(shared.board.as_ref().borrow()[idx as usize]);
|
||||
}
|
||||
}
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue