瀏覽代碼

fix: remove never 类型

ansoni 4 月之前
父節點
當前提交
ae38c4e75a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/app/[locale]/(navbar)/cashback/layout.tsx

+ 0 - 2
src/app/[locale]/(navbar)/cashback/layout.tsx

@@ -14,8 +14,6 @@ export default async function Layout({
 }: {
     children: ReactNode;
     params: { locale: string };
-    cashbackInfo: ReactNode;
-    // cashbackTable: ReactNode;
 }) {
     const t = await getTranslations("cashback");
     return (