From 9205c6145493eb2a8145714e1c4768fb240437e1 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Tue, 11 Apr 2023 15:42:55 +0300 Subject: [PATCH] fix(#in503): comments fix --- src/features/AuthServiceApp/components/ConfirmPopup/index.tsx | 2 +- src/features/MatchSidePlaylists/components/TabStats/index.tsx | 4 ++-- src/features/ProfileCard/index.tsx | 4 ++-- .../components/Controls/Components/ControlsWeb/index.tsx | 2 +- src/features/StreamPlayer/index.tsx | 2 +- .../UserAccount/components/PersonalInfoForm/index.tsx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx index 4966a0a8..4aae7ef3 100644 --- a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx +++ b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx @@ -44,7 +44,7 @@ export const ConfirmPopup = (props: Props) => { - +   diff --git a/src/features/MatchSidePlaylists/components/TabStats/index.tsx b/src/features/MatchSidePlaylists/components/TabStats/index.tsx index a154b499..a9f343b0 100644 --- a/src/features/MatchSidePlaylists/components/TabStats/index.tsx +++ b/src/features/MatchSidePlaylists/components/TabStats/index.tsx @@ -162,13 +162,13 @@ export const TabStats = () => { > { const tournamentId = profile.additionalInfo?.tournamentId const isPlayerPage = checkPage(PAGES.player) - const setGoodleAnalylicsID = () => { + const setGoogleAnalylicsID = () => { switch (true) { case checkPage(PAGES.player): return 'player_favourites' @@ -110,7 +110,7 @@ export const ProfileCard = ({ profile }: ProfileType) => { diff --git a/src/features/StreamPlayer/components/Controls/Components/ControlsWeb/index.tsx b/src/features/StreamPlayer/components/Controls/Components/ControlsWeb/index.tsx index 3a838720..37ae443e 100644 --- a/src/features/StreamPlayer/components/Controls/Components/ControlsWeb/index.tsx +++ b/src/features/StreamPlayer/components/Controls/Components/ControlsWeb/index.tsx @@ -73,7 +73,7 @@ export const ControlsWeb = (controlsProps: { props: ControlsPropsExtended }) => {!isLive && !isStorage && ( diff --git a/src/features/StreamPlayer/index.tsx b/src/features/StreamPlayer/index.tsx index ca47daad..1dd20a87 100644 --- a/src/features/StreamPlayer/index.tsx +++ b/src/features/StreamPlayer/index.tsx @@ -165,7 +165,7 @@ export const StreamPlayer = (props: Props) => { togglePlaying() hideCenterControls() }} - id='match_video_screen_start/stop' + id='match_video_screen_start_stop' /> {isMobileDevice ? diff --git a/src/features/UserAccount/components/PersonalInfoForm/index.tsx b/src/features/UserAccount/components/PersonalInfoForm/index.tsx index 7357bdc0..cede3ac4 100644 --- a/src/features/UserAccount/components/PersonalInfoForm/index.tsx +++ b/src/features/UserAccount/components/PersonalInfoForm/index.tsx @@ -132,7 +132,7 @@ export const PersonalInfoForm = (props: Props) => {