Skip to content

Commit

Permalink
Delete header
Browse files Browse the repository at this point in the history
  • Loading branch information
yebin0310 committed Apr 22, 2024
1 parent 3601ea5 commit 6b55099
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pageContainer/community/board/detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
MiniProfile,
TextArea,
} from '@/components';
import { BOARD_PATH } from '@/constants';
import { useGetBoardDetail, usePostComment } from '@/hooks';
import { CategoryType } from '@/types';
import { HeaderPosition, type BoardType } from '@/types';
Expand Down Expand Up @@ -86,7 +85,6 @@ const BoardDetail: React.FC<Props> = ({ boardId, initialData }) => {
}
title='글'
/>
<SubFunctionHeader prevPath={BOARD_PATH} title='글' />
<S.WriterProfileWrapper>
<MiniProfile profile={boardData.author} />
{/* <ChattingButton onClick={() => {}} /> */}
Expand Down

0 comments on commit 6b55099

Please sign in to comment.