Fix file not found error when switching between maps with custom tokens
This commit is contained in:
parent
22bf53141d
commit
fb536f4cd8
@ -237,7 +237,7 @@ function Map({
|
||||
}
|
||||
}
|
||||
|
||||
const mapTokens = mapState && (
|
||||
const mapTokens = map && mapState && (
|
||||
<Group>
|
||||
{Object.values(mapState.tokens)
|
||||
.sort((a, b) => sortMapTokenStates(a, b, draggingTokenOptions))
|
||||
|
Loading…
Reference in New Issue
Block a user