|
|
@ -210,13 +210,24 @@ const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => {
|
|
|
|
<Tooltip content={intl.formatMessage(messages.requestdate)}>
|
|
|
|
<Tooltip content={intl.formatMessage(messages.requestdate)}>
|
|
|
|
<CalendarIcon className="mr-1.5 h-5 w-5 flex-shrink-0" />
|
|
|
|
<CalendarIcon className="mr-1.5 h-5 w-5 flex-shrink-0" />
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
<span>
|
|
|
|
<Tooltip
|
|
|
|
{intl.formatDate(request.createdAt, {
|
|
|
|
content={intl.formatDate(request.createdAt, {
|
|
|
|
year: 'numeric',
|
|
|
|
year: 'numeric',
|
|
|
|
month: 'long',
|
|
|
|
month: 'long',
|
|
|
|
day: 'numeric',
|
|
|
|
day: 'numeric',
|
|
|
|
|
|
|
|
hour: 'numeric',
|
|
|
|
|
|
|
|
minute: 'numeric',
|
|
|
|
|
|
|
|
second: 'numeric',
|
|
|
|
})}
|
|
|
|
})}
|
|
|
|
</span>
|
|
|
|
>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
{intl.formatDate(request.createdAt, {
|
|
|
|
|
|
|
|
year: 'numeric',
|
|
|
|
|
|
|
|
month: 'long',
|
|
|
|
|
|
|
|
day: 'numeric',
|
|
|
|
|
|
|
|
})}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</Tooltip>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{(request.seasons ?? []).length > 0 && (
|
|
|
|
{(request.seasons ?? []).length > 0 && (
|
|
|
|