Finish calendar styling...

This commit is contained in:
Jas Singh
2024-07-18 01:09:44 -07:00
parent 9354622eb0
commit c67b264a66
4 changed files with 32 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ function range(length, start = 1) {
const Workspaces = (monitor = -1, ws = 8) => {
const getWorkspacesForMonitor = (curWs, wsRules) => {
if (!wsRules || !wsRules.length) {
if (!wsRules || !Object.keys(wsRules).length) {
return true;
}