diff --git a/next/components/listInfo/details.js b/next/components/listInfo/details.js
index 56132de6..2ff7c44c 100644
--- a/next/components/listInfo/details.js
+++ b/next/components/listInfo/details.js
@@ -12,6 +12,7 @@ import { Flex, FlexBetween } from "@osn/common-ui";
import uniq from "lodash.uniq";
import { getSpaceAssets } from "frontedUtils/getSpaceAssets";
import AssetList from "../assetList";
+import { isOnePersonOnVoteOnly } from "frontedUtils/strategy";
const Wrapper = styled.div``;
@@ -116,10 +117,12 @@ export default function Details({ space }) {
-