Added articlenumber to product page.
This commit is contained in:
@@ -53,6 +53,9 @@ export default function Product() {
|
||||
<div className='contact-divider-box'>
|
||||
<Divider className='contact-divider' />
|
||||
</div>
|
||||
<Typography variant="caption" gutterBottom>
|
||||
{t('articleNumber')}: {item.uuid}
|
||||
</Typography>
|
||||
<Typography variant="body1">
|
||||
{item.description}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user