2
client/src/pages/vendors/show.tsx
vendored
2
client/src/pages/vendors/show.tsx
vendored
@@ -22,7 +22,7 @@ export const VendorShow: React.FC<IResourceComponentsProps> = () => {
|
||||
const record = data?.data;
|
||||
|
||||
const formatTitle = (item: IVendor) => {
|
||||
return t("vendor.titles.show_title", { id: item.id, name: item.name });
|
||||
return t("vendor.titles.show_title", { id: item.id, name: item.name, interpolation: { escapeValue: false } });
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user