Skip to content

Commit

Permalink
fix: 388번 게시물에 대해 솝커톤용 UI 지정 (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo authored May 18, 2024
1 parent 9c894ac commit b7ea7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feed/list/FeedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Base = forwardRef<HTMLDivElement, PropsWithChildren<BaseProps>>(
},
ref,
) => {
const isFor솝커톤 = postId === 196; //TODO : 솝커톤용 게시물 id로 변경
const isFor솝커톤 = postId === 388; //TODO : 솝커톤용 게시물 id로 변경
return (
<Flex
ref={ref}
Expand Down

0 comments on commit b7ea7d3

Please sign in to comment.