From 631d2351ce6fe24e56f36e500f3838d2cc2e814f Mon Sep 17 00:00:00 2001 From: MyNameIsBatman Date: Wed, 23 Feb 2022 01:09:00 -0300 Subject: [PATCH] disable unfinished buttons --- src/index.tsx | 1 + src/views/guide-tool/views/ongoing/GuideToolOngoingView.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 325928e7..fb56db9f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,6 +5,7 @@ import ReactDOM from 'react-dom'; import { App } from './App'; import './index.scss'; +//@ts-ignore library.add(fas); ReactDOM.render( diff --git a/src/views/guide-tool/views/ongoing/GuideToolOngoingView.tsx b/src/views/guide-tool/views/ongoing/GuideToolOngoingView.tsx index fd4f259a..121a333c 100644 --- a/src/views/guide-tool/views/ongoing/GuideToolOngoingView.tsx +++ b/src/views/guide-tool/views/ongoing/GuideToolOngoingView.tsx @@ -63,13 +63,13 @@ export const GuideToolOngoingView: FC = props =>
{ isGuide &&
- +
} { !isGuide &&
{ userName }
{ LocalizeText('guide.help.request.user.ongoing.guide.desc') }
} -
{ LocalizeText('guide.help.common.report.link') }
+
{ LocalizeText('guide.help.common.report.link') }