Skip to content

Commit

Permalink
removed period call
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxEnashi committed Aug 23, 2024
1 parent ebd549a commit b018356
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pages/object/_oid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,7 @@ export default class ObjectView extends Vue {
}
get period() {
const periods = this.$store.state.features.features.filter(
(x) => x.name === 'Multiband_period'
)
if (periods.length === 0) {
return null
} else {
return periods[0].value
}
return null
}
@Watch('selectedObject')
Expand Down

0 comments on commit b018356

Please sign in to comment.