Skip to content

Commit

Permalink
fix(#657): fix for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras committed Dec 10, 2023
1 parent d6e4cfa commit 162e3d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/App/SideBar/Trending/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ export const Trending = ({ onSubmit }: Props) => {
</div>
{trendingTopics.length === 0 && !loading ? (
<div className="Trendingwrapper">
<div className="trending-header">
<div className="heading">Trending Topics</div>
<TrendingIcon className="icon" />
</div>
<Text>No new trending topics in the last 24 hours</Text>
<ButtonStyled
color="secondary"
Expand Down

0 comments on commit 162e3d9

Please sign in to comment.