mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
Merge branch 'dev' into HEAD
This commit is contained in:
@@ -60,7 +60,7 @@ const usePrepareGridstack = () => {
|
||||
}, [width]);
|
||||
|
||||
return {
|
||||
isReady: !!mainAreaWidth,
|
||||
isReady: Boolean(mainAreaWidth),
|
||||
mainAreaRef,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user