From 04e036a5638a5e6b161ffad46c97d1f1076ed034 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Thu, 1 Sep 2022 17:29:28 +0300 Subject: [PATCH] fix: similar maker name overflow --- src/features/Profiles/pages/ProfilePage/ProfilePage.tsx | 4 +--- .../pages/ProfilePage/SimilarMakersCard/SimilarMakersCard.tsx | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/features/Profiles/pages/ProfilePage/ProfilePage.tsx b/src/features/Profiles/pages/ProfilePage/ProfilePage.tsx index 50f709c..92142be 100644 --- a/src/features/Profiles/pages/ProfilePage/ProfilePage.tsx +++ b/src/features/Profiles/pages/ProfilePage/ProfilePage.tsx @@ -12,8 +12,6 @@ import SkillsCard from "./SkillsCard/SkillsCard" import TournamentsCard from "./TournamentsCard/TournamentsCard" import { MEDIA_QUERIES } from "src/utils/theme" import SimilarMakersCard from "./SimilarMakersCard/SimilarMakersCard" -import { useEffect } from "react" -import { gql, useApolloClient } from "@apollo/client" export default function ProfilePage() { @@ -65,7 +63,7 @@ export default function ProfilePage() { -