Update frontend/src/app/shared/pipes/bytes-pipe/utils.ts

This commit is contained in:
softsimon 2023-07-25 14:26:43 +09:00 committed by GitHub
parent 6b32788bde
commit d0ebb4859b

View File

@ -332,6 +332,5 @@ export function hasTouchScreen(): boolean {
/\b(Android|Windows Phone|iPad|iPod)\b/i.test(UA);
}
}
console.log(hasTouchScreen);
return hasTouchScreen;
}