Commit ad5055ee authored by Chunchi Che's avatar Chunchi Che Committed by WANG HE

Update Mora.tsx

parent 55eba807
...@@ -16,7 +16,7 @@ import { ...@@ -16,7 +16,7 @@ import {
import { selectPlayer0, selectPlayer1 } from "../reducers/playerSlice"; import { selectPlayer0, selectPlayer1 } from "../reducers/playerSlice";
import { store } from "../store"; import { store } from "../store";
// TODO: 应该展示对手卡组信息和聊天信息 // TODO: 应该展示聊天信息
export default function Mora() { export default function Mora() {
const dispatch = store.dispatch; const dispatch = store.dispatch;
const selectHandAble = useAppSelector(selectHandSelectAble); const selectHandAble = useAppSelector(selectHandSelectAble);
......
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