We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea2379 commit 3d95d86Copy full SHA for 3d95d86
client/packages/lowcoder/src/comps/hooks/screenInfoComp.tsx
@@ -34,7 +34,7 @@ function useScreenInfo() {
34
return { ...flags, isMobile: true };
35
}
36
if(deviceType === ScreenTypes.Tablet) {
37
- return { ...flags, Tablet: true };
+ return { ...flags, isTablet: true };
38
39
return { ...flags, isDesktop: true };
40
0 commit comments