Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jun 29, 2024
1 parent 54d20e7 commit a76308e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions panel/src/panel/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ export default (panel) => {
get isLocked() {
return this.lock?.state === "lock";
},
/**
* Whether the content is currently locked by another user
*
* @returns {Boolean}
*/
get isLocked() {
return this.lock?.state === "lock";
},
/**
* Content lock state of the model
*
Expand Down

0 comments on commit a76308e

Please sign in to comment.