From 6684364ab509370ea34307878de4e4802d4fddf9 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 20 Mar 2025 02:10:32 +0000 Subject: [PATCH] removed unused import --- .../Profile/Subcomponents/CrowdfundingView.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx index aa82cc0c..793cdc30 100644 --- a/src/Components/Profile/Subcomponents/CrowdfundingView.tsx +++ b/src/Components/Profile/Subcomponents/CrowdfundingView.tsx @@ -1,6 +1,5 @@ import axios from 'axios' import { useState, useEffect } from 'react' -import { NavLink } from 'react-router-dom' import type { Item } from '#types/Item' @@ -165,13 +164,22 @@ export const CrowdfundingView = ({ item }: { item: Item }) => {
- + - +
- Support {item.name} on Open Collective + Support{' '} + + {data.account.name} + {' '} + on Open Collective