Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Oct 29, 2024
1 parent b6337c6 commit e9be4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/incident/CostsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
},
computed: {
...mapMultiRowFields("incident", ["selected.incident_costs", "selected.participants"]),
...mapMultiRowFields("incident", ["selected.incident_costs"]),
totalCost() {
return this.incident_costs.reduce((accumulator, item) => {
Expand Down

0 comments on commit e9be4c6

Please sign in to comment.