Remove check button when displaying activity log item (#15107)

This commit is contained in:
ian
2022-08-17 23:40:38 +08:00
committed by GitHub
parent 191a70d746
commit dca0290d1f

View File

@@ -38,10 +38,6 @@
<v-button v-if="openItemLink" v-tooltip.bottom="t('open')" :to="openItemLink" icon rounded>
<v-icon name="launch" />
</v-button>
<v-button v-tooltip.bottom="t('done')" to="/activity" icon rounded>
<v-icon name="check" />
</v-button>
</template>
</v-drawer>
</template>