summaryrefslogtreecommitdiff
path: root/src/HeroDraftGrid.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/HeroDraftGrid.vue')
-rw-r--r--src/HeroDraftGrid.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HeroDraftGrid.vue b/src/HeroDraftGrid.vue
index bdf6cbf..6121530 100644
--- a/src/HeroDraftGrid.vue
+++ b/src/HeroDraftGrid.vue
@@ -33,7 +33,7 @@ import * as maps from './maps/maps';
export default Vue.component('hero-draft-grid', {
mixins: [ RouterParamMixin ],
- data: function() {
+ data() {
return {
actors: ReportService.getActors().sort(),
getHero: maps.getHero,