Update ChannelItem.vue

This commit is contained in:
Muhsin
2026-05-22 14:02:47 +04:00
parent 4465c7c7e9
commit 95351705a3
@@ -83,7 +83,9 @@ const isComingSoon = computed(() => {
});
const isBeta = computed(() => {
return ['tiktok', 'app_store', 'voice'].includes(props.channel.key);
return ['tiktok', 'app_store', 'voice', 'google_play'].includes(
props.channel.key
);
});
const onItemClick = () => {