diff options
| author | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-03 15:57:22 +0900 |
|---|---|---|
| committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-09-03 15:57:22 +0900 |
| commit | 38b683b30cd8ffd2fc4ab444f1a4690dc1ed3808 (patch) | |
| tree | 0b74e691626a4c5c5136abffa19589f8ac6a6522 /src/App.vue | |
| parent | a99869146f000f1c3f2433184e2b7d7b1ba4bb3b (diff) | |
update
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 8480d1b6..bfe1f760 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,8 +27,8 @@ <div class="sidebar"> <user-panel></user-panel> <nav-panel></nav-panel> - <features-panel></features-panel> <instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel> + <features-panel></features-panel> <who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel> <notifications v-if="currentUser"></notifications> </div> |
