mirror of
https://github.com/ajnart/homarr.git
synced 2026-08-27 00:56:16 +02: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