Commit 5a4ce916 authored by Chunchi Che's avatar Chunchi Che

update log

parent 97cfd7b2
Pipeline #18169 passed with stages
in 2 minutes and 36 seconds
......@@ -114,7 +114,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
prev_hands: CardMeta[] | null,
cur_hands: CardMeta[]
) => {
console.log(`${prev_hands} change to ${cur_hands}`);
console.log(prev_hands, "change to", cur_hands);
};
const unsubscribe = observeStore(
......
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