Skip to content

Commit

Permalink
chore: lint 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
gominzip committed Dec 2, 2024
1 parent 9184629 commit f51e8d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions frontend/src/components/chat/UserInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,6 @@ const StyledUserBlockIcon = styled(UserBlockIcon)`
height: 20px;
`;

const NoticeMessage = styled.p`
line-height: 20px;
max-height: 170px;
overflow-y: auto;
${({ theme }) => theme.tokenTypographys['display-bold14']}
`;

const BanBtn = styled.button`
&:hover {
background-color: #313131;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/contexts/chatContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { UserInfoData, WhoAmI } from '@type/chat';
import { UserInfoData } from '@type/chat';
import { createContext, useReducer, ReactNode, useContext } from 'react';

type SettingOption = 'chat_notice' | 'ai_summary' | null;
Expand Down

0 comments on commit f51e8d3

Please sign in to comment.