diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-09 16:20:51 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-09 16:20:51 +0300 |
| commit | 69fb015e9fdbc850f842d4aa5f3ace5df8f83303 (patch) | |
| tree | d1890637de9c2b18263bd2beeff7b11082c9818e /src/components/account_actions/account_actions.js | |
| parent | e3f6001b3ee197caa4723e0b877b73eddf823bda (diff) | |
removed unused code
Diffstat (limited to 'src/components/account_actions/account_actions.js')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index a3ecd025..204d506a 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -5,9 +5,7 @@ const AccountActions = { 'user' ], data () { - return { - showDropDown: false - } + return { } }, components: { ProgressButton |
