slightly better buttons
This commit is contained in:
@@ -22,6 +22,8 @@ export default function GamePage() {
|
||||
cards: [],
|
||||
});
|
||||
|
||||
const isDM = !!dmID;
|
||||
|
||||
useEffect(() => {
|
||||
if (gameIDParam) {
|
||||
setGameID(Array.isArray(gameIDParam) ? gameIDParam[0] : gameIDParam);
|
||||
|
||||
Reference in New Issue
Block a user