diff --git a/src/components/hooks/usePlatform.tsx b/src/components/hooks/usePlatform.tsx index 783ed9ad4c79c..8d34d22d443ae 100644 --- a/src/components/hooks/usePlatform.tsx +++ b/src/components/hooks/usePlatform.tsx @@ -119,7 +119,7 @@ export const usePlatformList = (): Platform[] => { /** * Return the active platform or guide. - + * * @param value platform key in format of `platformName[.guideName]` */ export const getPlatform = (key: string): Platform | PlatformGuide | null => {