Skip to content

Commit 691c6d2

Browse files
Merge pull request #1432 from dhis2/DHIS2-19308/update-logic
fix: remove v42 app prefix
2 parents 4dd8c37 + b5503b6 commit 691c6d2

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)