From 1a34cc7e9273a0e7196afdc3046cbbf9101bbcd4 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Fri, 16 Feb 2024 16:46:32 +0100 Subject: [PATCH] fix: is drect round --- .../src/features/round/ViewRoundPage.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/round-manager/src/features/round/ViewRoundPage.tsx b/packages/round-manager/src/features/round/ViewRoundPage.tsx index 8f650d39b3..218ce1be8e 100644 --- a/packages/round-manager/src/features/round/ViewRoundPage.tsx +++ b/packages/round-manager/src/features/round/ViewRoundPage.tsx @@ -37,7 +37,6 @@ import { horizontalTabStyles, verticalTabStyles, } from "../common/Utils"; -import { ROUND_PAYOUT_DIRECT, ROUND_PAYOUT_MERKLE } from "common"; import ApplicationsApproved from "./ApplicationsApproved"; import ApplicationsRejected from "./ApplicationsRejected"; import FundContract from "./FundContract"; @@ -314,10 +313,7 @@ export default function ViewRoundPage() {