Commit 720b4251 authored by Chunchi Che's avatar Chunchi Che

fix

parent 51ea38a5
Pipeline #23195 passed with stages
in 11 minutes and 28 seconds
...@@ -14,7 +14,7 @@ import { Background } from "../../Shared"; ...@@ -14,7 +14,7 @@ import { Background } from "../../Shared";
export const ChangeSideModal: React.FC = () => { export const ChangeSideModal: React.FC = () => {
const { message } = App.useApp(); const { message } = App.useApp();
const { deckName, main, extra, side } = editDeckStore; const { deckName, main, extra, side } = useSnapshot(editDeckStore);
const { stage } = useSnapshot(sideStore); const { stage } = useSnapshot(sideStore);
const { errorMsg } = useSnapshot(roomStore); const { errorMsg } = useSnapshot(roomStore);
......
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