Skip to content

Commit

Permalink
chore(mesh-wide): chore
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Sep 4, 2024
1 parent 4af5627 commit 5d12601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export function isEmpty(obj: object | null | undefined): boolean {
if (obj == null || typeof obj !== "object") {
return true;
}

// Return true if the object has no own properties
return Object.keys(obj).length === 0;
}

0 comments on commit 5d12601

Please sign in to comment.