Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Sep 16, 2024
1 parent e79e8ef commit 9261d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registerPanes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export function registerPanes (register) {
// Developer designed:

register(profilePane) // View someone's public profile - dominates all other panes.
const editProfileView = profilePane.editor
assert !! editProfileView, "profilePane is not providing an editor pane"
const editProfileView = profilePane.editor ;
console.log("@@@ editProfileView", "profilePane is not providing an editor pane")

register(editProfileView) // Edit my profile.

Expand Down

0 comments on commit 9261d4e

Please sign in to comment.