diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-20 10:15:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-20 10:15:06 +0900 |
| commit | c1e7d56ff878d68629db43de2a8f697371b606a2 (patch) | |
| tree | 16a9e48f278940c43723091ea4b5d6c32bb5f62e /src/client/app/common | |
| parent | :art: (diff) | |
| download | misskey-c1e7d56ff878d68629db43de2a8f697371b606a2.tar.gz misskey-c1e7d56ff878d68629db43de2a8f697371b606a2.tar.bz2 misskey-c1e7d56ff878d68629db43de2a8f697371b606a2.zip | |
Fix bug
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/views/pages/explore.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/explore.vue b/src/client/app/common/views/pages/explore.vue index 04aa1fcbd1..d0a827a470 100644 --- a/src/client/app/common/views/pages/explore.vue +++ b/src/client/app/common/views/pages/explore.vue @@ -9,7 +9,7 @@ </div> </ui-container> - <ui-container :body-togglable="true" ref="tags"> + <ui-container :body-togglable="true" :expanded="tag == null" ref="tags"> <template #header><fa :icon="faHashtag" fixed-width/>{{ $t('popular-tags') }}</template> <div class="vxjfqztj"> |