Commit 70518c92 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/extra/summon' into 'main'

fix extra deck

See merge request mycard/Neos!142
parents 94a7127b 9acd4537
......@@ -147,7 +147,9 @@ const WaitRoom = () => {
const onDeckReady = (deck: IDeck) => {
sendUpdateDeck(deck);
dispatch(initMeExtraDeckMeta({ controler: 0, codes: deck.extra || [] }));
dispatch(
initMeExtraDeckMeta({ controler: 0, codes: deck.extra?.reverse() || [] })
);
setChoseDeck(true);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment