We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd8c37 commit b5503b6Copy full SHA for b5503b6
src/App.jsx
@@ -134,7 +134,7 @@ const AppWrapper = () => {
134
userSettingsNoFallback,
135
} = data
136
137
- const appsModulePrefix = apiVersion >= 42 ? 'apps/' : 'app:'
+ const appsModulePrefix = apiVersion >= 42 ? 'apps/' : ''
138
const startModules = (data.apps.modules || []).map((module) => ({
139
id:
140
module.defaultAction.substr(0, 3) === '../'
0 commit comments