BugFix: fixed translation formating
This commit is contained in:
@@ -29,7 +29,7 @@ export const BillDeleteForm:FC<BillDeleteFormProps> = ({ bill, location }) => {
|
||||
t.rich("text", {
|
||||
bill_name:bill.name,
|
||||
location_name:location.name,
|
||||
strong: (chunks:ReactNode) => `<strong>${chunks}</strong>`,
|
||||
strong: (chunks:ReactNode) => <strong>${chunks}</strong>,
|
||||
})
|
||||
}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user