Skip to content

Commit

Permalink
[Fix]변경사항 리셋
Browse files Browse the repository at this point in the history
확인결과 관심종목 delete 시 자동렌더링이 되지 않아 리셋
Issues #19
  • Loading branch information
김병현 authored and 김병현 committed Sep 19, 2023
1 parent 64fe8d6 commit b169d23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/CentralChartMenu/ExpandScreenBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default ExpandScreenBtn;
// type 정의
interface OwnProps {
direction: string;
buttonHover: boolean;
buttonHover?: boolean; //build error 해결을 위해 ?를 붙였습니다
}

// component 생성
Expand Down
2 changes: 0 additions & 2 deletions client/src/components/watchlist/StockItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import useDeleteStar from '../../hooks/stars/useDeletestars';
import { useDispatch } from 'react-redux';
import { changeCompanyId } from "../../reducer/CompanyId-Reducer";



import kia from '../../asset/logos/기아.svg';
import dy from '../../asset/logos/디와이.jpeg';
import logosamsung from '../../asset/logos/삼성전자.svg';
Expand Down

0 comments on commit b169d23

Please sign in to comment.