fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -171,7 +171,11 @@ export default async function NewsletterDetailPage({ params }: PageProps) {
|
||||
'secondary'
|
||||
}
|
||||
>
|
||||
{t(NEWSLETTER_RECIPIENT_STATUS_LABEL_KEYS[rStatus] ?? rStatus)}
|
||||
{t(
|
||||
NEWSLETTER_RECIPIENT_STATUS_LABEL_KEYS[
|
||||
rStatus
|
||||
] ?? rStatus,
|
||||
)}
|
||||
</Badge>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user