diff --git a/src/components/panels/HistoryStatisticsPanel.vue b/src/components/panels/HistoryStatisticsPanel.vue index 4ef4ecdf1..20b31c4c9 100644 --- a/src/components/panels/HistoryStatisticsPanel.vue +++ b/src/components/panels/HistoryStatisticsPanel.vue @@ -115,8 +115,6 @@ export default class HistoryStatisticsPanel extends Mixins(BaseMixin) { mdiDatabaseArrowDownOutline = mdiDatabaseArrowDownOutline formatPrintTime = formatPrintTime - formatPrintTime = formatPrintTime - get selectedJobs() { return this.$store.state.gui.view.history.selectedJobs ?? [] }