We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddd352 commit 9471402Copy full SHA for 9471402
1 file changed
src/registerPanes.js
@@ -51,10 +51,10 @@ export function registerPanes (register) {
51
const editProfileView = profilePane.editor
52
if (!editProfileView) {
53
console.log('@@@ editProfileView', 'profilePane is not providing an editor pane')
54
+ } else {
55
+ register(editProfileView) // Edit my profile.
56
}
57
- register(editProfileView) // Edit my profile.
-
58
register(trustedApplications) // must be registered before basicPreferences
59
register(dashboardPane)
60
register(basicPreferences)
0 commit comments