Skip to content

Commit

Permalink
refactor: remove double import in HistoryStatisticsPanel.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Mar 24, 2024
1 parent 51944f5 commit 780e391
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/panels/HistoryStatisticsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?? []
}
Expand Down

0 comments on commit 780e391

Please sign in to comment.