perf: hide upload cover button of user detail page

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-09-30 16:36:35 +08:00
parent 5d4613dd42
commit bb62ebc89e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ const handleTabChange = (id: string) => {
<div class="absolute top-6 right-6">
<div class="">
<IconUpload class="text-white" />
<IconUpload v-if="false" class="text-white" />
</div>
</div>
</header>