From 0ee9701d50b98de2824dfafcdd2ff94431f86e74 Mon Sep 17 00:00:00 2001 From: 2nthony Date: Thu, 21 Mar 2024 10:04:07 +0800 Subject: [PATCH] fix: summary import --- .../components/delegation/delegate/democracy/summary.jsx | 4 ++-- .../components/delegation/delegate/referenda/summary.jsx | 4 ++-- .../components/statistics/referenda/delegationSummary.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/next-common/components/delegation/delegate/democracy/summary.jsx b/packages/next-common/components/delegation/delegate/democracy/summary.jsx index 35d807af01..21f66f76aa 100644 --- a/packages/next-common/components/delegation/delegate/democracy/summary.jsx +++ b/packages/next-common/components/delegation/delegate/democracy/summary.jsx @@ -1,4 +1,4 @@ -import SummaryItems from "next-common/components/summary/summaryItems"; +import Summary from "next-common/components/summary"; import ValueDisplay from "next-common/components/valueDisplay"; import { useChainSettings } from "next-common/context/chain"; import { toPercentage, toPrecision } from "next-common/utils"; @@ -12,7 +12,7 @@ export default function DemocracyDelegationCardSummary({ const { delegatorsCount, votes, participationRate } = delegate; return ( - -