Skip to content

Commit b5503b6

Browse files
committed
fix: remove v42 app prefix
1 parent 4dd8c37 commit b5503b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const AppWrapper = () => {
134134
userSettingsNoFallback,
135135
} = data
136136

137-
const appsModulePrefix = apiVersion >= 42 ? 'apps/' : 'app:'
137+
const appsModulePrefix = apiVersion >= 42 ? 'apps/' : ''
138138
const startModules = (data.apps.modules || []).map((module) => ({
139139
id:
140140
module.defaultAction.substr(0, 3) === '../'

0 commit comments

Comments
 (0)