Commit 5662fb4b authored by Justin Ho's avatar Justin Ho

Remove unused isProjectLevel

Since the jira_issues section is only rendered on the
project page anyway (defined in the backend logic),
this check is no longer needed.
parent 39e3846c
......@@ -16,7 +16,7 @@ export default {
},
},
computed: {
...mapGetters(['currentKey', 'propsSource', 'isProjectLevel']),
...mapGetters(['currentKey', 'propsSource']),
},
};
</script>
......@@ -24,7 +24,6 @@ export default {
<template>
<div>
<jira-issues-fields
v-if="isProjectLevel"
:key="`${currentKey}-jira-issues-fields`"
v-bind="propsSource.jiraIssuesProps"
:is-validated="isValidated"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment