Skip to content

Commit

Permalink
🚮 Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuragVasanwala committed Nov 15, 2023
1 parent 32d9af3 commit 53b1b9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function GroupLayer({ groupId }) {
);

// Destructuring with default values in case groups[groupId] is undefined
// Check if groups and groups[groupId] exist before destructuring
const {
name = '',
isLocked = false,
Expand Down

0 comments on commit 53b1b9e

Please sign in to comment.