diff options
| author | Henry Jameson <me@hjkos.com> | 2019-05-15 20:49:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-05-15 20:49:46 +0300 |
| commit | aa24ac7ea6bfa4c37152137aabf84f45cee63a2e (patch) | |
| tree | 951698e676cd17dd2394d692623fbf5c5e9f4434 /src/components/interactions | |
| parent | 7976d118ca60143b25d111c24a45eff1d083fd9b (diff) | |
fix lint
Diffstat (limited to 'src/components/interactions')
| -rw-r--r-- | src/components/interactions/interactions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interactions/interactions.js b/src/components/interactions/interactions.js index 4c56a931..d4e3cc17 100644 --- a/src/components/interactions/interactions.js +++ b/src/components/interactions/interactions.js @@ -13,7 +13,7 @@ const Interactions = { } }, methods: { - onModeSwitch(index, dataset) { + onModeSwitch (index, dataset) { this.filterMode = tabModeDict[dataset.filter] } }, |
