diff --git a/src/components/RequestBlock/index.tsx b/src/components/RequestBlock/index.tsx index ca8cb5fa..ed4c3ec3 100644 --- a/src/components/RequestBlock/index.tsx +++ b/src/components/RequestBlock/index.tsx @@ -210,13 +210,24 @@ const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => { - - {intl.formatDate(request.createdAt, { + + > + + {intl.formatDate(request.createdAt, { + year: 'numeric', + month: 'long', + day: 'numeric', + })} + + {(request.seasons ?? []).length > 0 && (