Browse Source
Merge pull request #743 from NastiaS/minorFixesBranch
manager icons in dev mode appearing now
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/ManagerPage/AppsList.js
|
|
@ -104,7 +104,7 @@ class AppsList extends PureComponent<Props, State> { |
|
|
|
version => applicationsList.find(e => e.id === version.app).category !== 2, |
|
|
|
) |
|
|
|
} |
|
|
|
return applicationsList |
|
|
|
return compatibleAppVersionsList |
|
|
|
} |
|
|
|
|
|
|
|
async fetchAppList() { |
|
|
|