mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) div cannot appear as a descendant of p
This commit is contained in:
parent
498ed0d115
commit
46d1127efc
@ -51,13 +51,13 @@ export const OrderItem: React.FC<OrderItemProps> = ({ order, currentUser }) => {
|
||||
<div className="date">
|
||||
<span>{t('app.shared.store.order_item.created_at')}</span>
|
||||
<p>{FormatLib.date(order.created_at)}
|
||||
<div className="fab-tooltip">
|
||||
<span className="fab-tooltip">
|
||||
<span className="trigger"><ArrowClockwise size={16} weight="light" /></span>
|
||||
<div className="content">
|
||||
{t('app.shared.store.order_item.last_update')}<br />
|
||||
{FormatLib.date(order.updated_at)}
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div className='price'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user