Commit 7b1fabba authored by Chunchi Che's avatar Chunchi Che

fix Mora.tsx

parent 1e3d7c22
Pipeline #21409 passed with stages
in 15 minutes and 19 seconds
...@@ -8,6 +8,6 @@ export interface MoraState { ...@@ -8,6 +8,6 @@ export interface MoraState {
export const moraStore = proxy<MoraState>({ export const moraStore = proxy<MoraState>({
duelStart: false, duelStart: false,
selectHandAble: true, selectHandAble: false,
selectTpAble: true, selectTpAble: false,
}); });
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