mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Hide package name METADATA for web clip apps only
This commit is contained in:
parent
7b82fbd8a5
commit
bbf580d43a
@ -153,7 +153,7 @@ class ReleaseView extends React.Component {
|
||||
metaData = JSON.parse(release.metaData);
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (e) {}
|
||||
if (app.hasOwnProperty('packageName')) {
|
||||
if (app.type !== 'WEB_CLIP' && app.hasOwnProperty('packageName')) {
|
||||
metaData.push({
|
||||
key: 'Package Name',
|
||||
value: app.packageName,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user