Skip to content

Commit

Permalink
refactor: remove ununsed
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer0114 authored and qwer0114 committed Nov 28, 2024
1 parent a26c0b8 commit 84b47d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type TradeHeaderProps = {
};

function TradeHeader({ market, sseData }: TradeHeaderProps) {
if (!sseData[market]) return; // 임시 방편 처리
if (!sseData[market]) return;
const formatter = formatData('KRW');

const code = sseData[market].code;
Expand Down

0 comments on commit 84b47d4

Please sign in to comment.