Skip to content

Commit

Permalink
fixed: #121
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Nov 16, 2023
1 parent 55a8898 commit a020621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sections/Gamma/GammaAlbumInventory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ const GammaAlbumInventory = React.forwardRef((props, book) => {
{paginationObj.user[item]?.stamped && <FcCheckmark />}
<div className='number'>{paginationObj.user[item]?.name}</div>
{
paginationObj.user[item]?.quantity != 0 &&
paginationObj.user[item]?.quantity != 1 &&
paginationObj.user[item]?.quantity > 1 &&
<div className='quantity'>X:{paginationObj.user[item]?.quantity}</div>
}
</div>))
Expand Down

0 comments on commit a020621

Please sign in to comment.