diff --git a/centrifuge-app/src/components/LiquidityEpochSection.tsx b/centrifuge-app/src/components/LiquidityEpochSection.tsx index eb0cd05875..ae19fa0549 100644 --- a/centrifuge-app/src/components/LiquidityEpochSection.tsx +++ b/centrifuge-app/src/components/LiquidityEpochSection.tsx @@ -329,6 +329,7 @@ function TinlakeEpochStatus({ pool }: { pool: TinlakePool }) { } = useWallet() const { refetch: refetchBalances } = useTinlakeBalances() const { refetch: refetchInvestments } = useTinlakeInvestments(pool.id) + const isTinlakePool = pool.id?.startsWith('0x') const { execute: closeEpochTx, isLoading: loadingClose } = useTinlakeTransaction( pool.id, @@ -469,7 +470,7 @@ function TinlakeEpochStatus({ pool }: { pool: TinlakePool }) { } return ( - + : epochButtonElement}>