diff options
| author | eal <eal@waifu.club> | 2017-08-23 19:21:15 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-08-23 19:21:15 +0300 |
| commit | e1ec01dc3ef90c0dc033d2e648da9a2acf8a1bdd (patch) | |
| tree | 9aa1bdab21827edee5b8d1cccdaf11c8ad9f0358 /src/components/user_profile/user_profile.js | |
| parent | ccfc2e57d0e265bddc88d5ace30428268f3b1df1 (diff) | |
Appease linter.
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 1ce6e5f2..5f9d4d08 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -20,11 +20,11 @@ const UserProfile = { } else { return false } - }, + } }, components: { UserCardContent, - Timeline, + Timeline } } |
