Skip to content

Commit

Permalink
fix: eslint warn 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Dec 29, 2024
1 parent 5bb697d commit 5badc70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/barcode/ui/BarcodePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ const BarcodePage = () => {

return (
<div key={index} className='barcode-item'>
<p>
{barcode.name} - #{index + 1}
</p>{' '}
<p>{barcode.name}</p>
{/* 순번 표시 */}
{!isExpired ? (
<svg
Expand Down

0 comments on commit 5badc70

Please sign in to comment.