prettier runned

Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com>
This commit is contained in:
Mert Can Bilgiç
2021-11-09 13:08:34 +03:00
parent c5e5b78155
commit 884c6d0bc5
3 changed files with 25 additions and 14 deletions
@@ -39,7 +39,7 @@ export const DocsCardGrid = ({
'techdocs.legacyUseCaseSensitiveTripletPaths',
)
? (str: string) => str
: (str: string) => str.toLocaleLowerCase("en-US");
: (str: string) => str.toLocaleLowerCase('en-US');
if (!entities) return null;
return (
@@ -56,7 +56,7 @@ export const DocsTable = ({
'techdocs.legacyUseCaseSensitiveTripletPaths',
)
? (str: string) => str
: (str: string) => str.toLocaleLowerCase("en-US");
: (str: string) => str.toLocaleLowerCase('en-US');
if (!entities) return null;