Skip to content

Commit

Permalink
chore: remove tagsDistributionData from trends page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzmyr committed Dec 19, 2022
1 parent 4f14305 commit 18ca51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Statistics/TrendsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ export const TrendsSection = () => {
<MoodTrend data={statistics.state.trends.moodData} />
)}

{statistics.isAvailable("tags_distribution_trend") && (
{/* {statistics.isAvailable("tags_distribution_trend") && (
<>
{statistics.state.trends.tagsDistributionData.tags.map((tag, index) => (
<TagsDistributionTrend key={index} tag={tag} />
))}
</>
)}
)} */}

<MenuList
style={{
Expand Down

0 comments on commit 18ca51d

Please sign in to comment.