Make ESLint shut the fuck up. Its wrong...
This commit is contained in:
parent
f893276acb
commit
c43504d2b8
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ function RoomContent() {
|
||||||
setStoryNameText(roomFromDbParsed?.storyName || "");
|
setStoryNameText(roomFromDbParsed?.storyName || "");
|
||||||
setRoomScale(roomFromDbParsed?.scale || "ERROR");
|
setRoomScale(roomFromDbParsed?.scale || "ERROR");
|
||||||
}
|
}
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [roomFromDb]);
|
}, [roomFromDb]);
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
|
|
Loading…
Add table
Reference in a new issue