Skip to content

Commit

Permalink
fix: trend컴포넌트 hydrate에러 수정 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
danivelop authored Feb 23, 2024
1 parent a1959a0 commit ed2bdef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/web/src/app/my/feed/trend/components/Trend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ async function Trend() {
typograyphy="h7"
rightAddon={<IconButton name="next-gray" size={24} />}
/>
<Spacing size={16} />
<Issue recommendations={recommendations} />
<MoreButton />
</Link>
<Spacing size={16} />
<Issue recommendations={recommendations} />
<MoreButton />
</List>
);
}
Expand Down

0 comments on commit ed2bdef

Please sign in to comment.