Skip to content

Commit

Permalink
fix: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jan 13, 2025
1 parent f36f15b commit 6e23f13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/app/p/[p]/channel/[channel].vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ async function handleRevertToBuiltin() {
<InfoRow v-if="channel.disable_auto_update === 'version_number'" :label="t('min-update-version')">
{{ channel.version.min_update_version ?? t('undefined-fail') }}
</InfoRow>
<InfoRow :label="t('bundle-number')" :is-link="true" @click="openBundle()">
{{ channel.version.name }}
</InfoRow>
<!-- Created At -->
<InfoRow :label="t('created-at')">
{{ formatDate(channel.created_at) }}
Expand Down

0 comments on commit 6e23f13

Please sign in to comment.