瀏覽代碼

Merge pull request #3150 from pyth-network/cprussin/fix-coming-soon

fix(insights): fix coming soon list
Connor Prussin 3 周之前
父節點
當前提交
c9e7c6cf07
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/insights/src/components/PriceFeedIcon/index.tsx

+ 2 - 0
apps/insights/src/components/PriceFeedIcon/index.tsx

@@ -1,3 +1,5 @@
+"use client";
+
 import type { ComponentProps } from "react";
 
 import Commodities from "./commodities.svg";