diff --git a/src/components/Skeleton/index.tsx b/src/components/Skeleton/index.tsx index 9db49ea0e..a668d460d 100644 --- a/src/components/Skeleton/index.tsx +++ b/src/components/Skeleton/index.tsx @@ -83,7 +83,7 @@ const Skeleton = ({ children }: SkeletonProps) => { ) : ( <> {isDisplayNavigation && } - {isDisplayNavigation && deviceType.startsWith("app/") && ( + {isDisplayNavigation && !deviceType.startsWith("mobile/") && ( )} {children}