Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeno-hito committed Aug 9, 2024
1 parent ceeaff1 commit 0fb58fe
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions src/components/Main/NavigationBar/NavigationContent/HomeTab.vue
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
<template>
<div>
<div v-if="FlagStatus['flag_test']">
<navigation-content-container
v-if="homeChannelWithTree.length > 0"
subtitle="testチャンネル"
:class="$style.item"
>
<channel-tree :channels="homeChannelWithTree" show-shortened-path />
</navigation-content-container>
</div>
<div v-else>
<navigation-content-container
v-if="homeChannelWithTree.length > 0"
subtitle="ホームチャンネル"
:class="$style.item"
>
<channel-tree :channels="homeChannelWithTree" show-shortened-path />
</navigation-content-container>
</div>
<navigation-content-container
v-if="homeChannelWithTree.length > 0"
subtitle="ホームチャンネル"
:class="$style.item"
>
<channel-tree :channels="homeChannelWithTree" show-shortened-path />
</navigation-content-container>
<navigation-content-container
v-if="
dmChannelsWithNotification.length + channelsWithNotification.length !==
Expand Down

0 comments on commit 0fb58fe

Please sign in to comment.