Commit f5fb9b2e authored by Chunchi Che's avatar Chunchi Che

fix small

parent da024111
...@@ -6,7 +6,6 @@ import { ...@@ -6,7 +6,6 @@ import {
ActionReducerMapBuilder, ActionReducerMapBuilder,
} from "@reduxjs/toolkit"; } from "@reduxjs/toolkit";
import { DuelState } from "./mod"; import { DuelState } from "./mod";
import { ygopro } from "../../api/ocgcore/idl/ocgcore";
import { RootState } from "../../store"; import { RootState } from "../../store";
import { fetchCard } from "../../api/cards"; import { fetchCard } from "../../api/cards";
......
...@@ -8,7 +8,7 @@ import { ...@@ -8,7 +8,7 @@ import {
import { useAppSelector } from "../../hook"; import { useAppSelector } from "../../hook";
const shape = CONFIG.CemeterySlotShape(); const shape = CONFIG.CemeterySlotShape();
const depth = 0.2; const depth = 0.02;
const Cemeteries = () => { const Cemeteries = () => {
const meCemetery = useAppSelector(selectMeCemetery).cemetery; const meCemetery = useAppSelector(selectMeCemetery).cemetery;
......
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