Skip to content

Commit

Permalink
πŸ’„ design: μ‹œμ΄ λ‹¨μœ„ λ””μžμΈ λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Nov 14, 2024
1 parent 8336cf9 commit f0488b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/components/StocksDetail/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Header({ code }: StocksDeatailHeaderProps) {
data;

const stockInfo: { label: string; value: string }[] = [
{ label: 'μ‹œμ΄', value: hts_avls },
{ label: 'μ‹œμ΄', value: `${Number(hts_avls).toLocaleString()}얡원` },
{ label: 'PER', value: `${per}λ°°` },
];

Expand Down

0 comments on commit f0488b3

Please sign in to comment.