= props =>
{ !!page.localization.getImage(1) &&

}
-
+
}
{ /* Item grid */ }
diff --git a/src/components/catalog/views/page/layout/CatalogLayoutGuildCustomFurniView.tsx b/src/components/catalog/views/page/layout/CatalogLayoutGuildCustomFurniView.tsx
index f94bd0e..cb8b6fa 100644
--- a/src/components/catalog/views/page/layout/CatalogLayoutGuildCustomFurniView.tsx
+++ b/src/components/catalog/views/page/layout/CatalogLayoutGuildCustomFurniView.tsx
@@ -1,4 +1,5 @@
import { FC } from 'react';
+import { SanitizeHtml } from '../../../../../api';
import { Column, Grid, Text } from '../../../../../common';
import { useCatalog } from '../../../../../hooks';
import { CatalogGuildBadgeWidgetView } from '../widgets/CatalogGuildBadgeWidgetView';
@@ -23,7 +24,7 @@ export const CatalogLayouGuildCustomFurniView: FC
= props =>
{ !currentOffer &&
<>
{ !!page.localization.getImage(1) &&
}
-
+
> }
{ currentOffer &&
<>
diff --git a/src/components/catalog/views/page/layout/CatalogLayoutGuildForumView.tsx b/src/components/catalog/views/page/layout/CatalogLayoutGuildForumView.tsx
index c21b204..21aabf4 100644
--- a/src/components/catalog/views/page/layout/CatalogLayoutGuildForumView.tsx
+++ b/src/components/catalog/views/page/layout/CatalogLayoutGuildForumView.tsx
@@ -1,6 +1,6 @@
import { CatalogGroupsComposer } from '@nitrots/nitro-renderer';
import { FC, useEffect, useState } from 'react';
-import { SendMessageComposer } from '../../../../../api';
+import { SanitizeHtml, SendMessageComposer } from '../../../../../api';
import { Column, Grid, Text } from '../../../../../common';
import { useCatalog } from '../../../../../hooks';
import { CatalogFirstProductSelectorWidgetView } from '../widgets/CatalogFirstProductSelectorWidgetView';
@@ -26,7 +26,7 @@ export const CatalogLayouGuildForumView: FC = props =>
-
+
{ !!currentOffer &&
diff --git a/src/components/catalog/views/page/layout/CatalogLayoutGuildFrontpageView.tsx b/src/components/catalog/views/page/layout/CatalogLayoutGuildFrontpageView.tsx
index 44f66b8..7a91686 100644
--- a/src/components/catalog/views/page/layout/CatalogLayoutGuildFrontpageView.tsx
+++ b/src/components/catalog/views/page/layout/CatalogLayoutGuildFrontpageView.tsx
@@ -1,6 +1,6 @@
import { CreateLinkEvent } from '@nitrots/nitro-renderer';
import { FC } from 'react';
-import { LocalizeText } from '../../../../../api';
+import { LocalizeText, SanitizeHtml } from '../../../../../api';
import { Button } from '../../../../../common/Button';
import { Column } from '../../../../../common/Column';
import { Grid } from '../../../../../common/Grid';
@@ -14,9 +14,9 @@ export const CatalogLayouGuildFrontpageView: FC = props =>
return (
-
-
-
+
+
+
diff --git a/src/components/catalog/views/page/layout/CatalogLayoutInfoLoyaltyView.tsx b/src/components/catalog/views/page/layout/CatalogLayoutInfoLoyaltyView.tsx
index a2a6a62..f5b1e4d 100644
--- a/src/components/catalog/views/page/layout/CatalogLayoutInfoLoyaltyView.tsx
+++ b/src/components/catalog/views/page/layout/CatalogLayoutInfoLoyaltyView.tsx
@@ -1,4 +1,5 @@
import { FC } from 'react';
+import { SanitizeHtml } from '../../../../../api';
import { CatalogLayoutProps } from './CatalogLayout.types';
export const CatalogLayoutInfoLoyaltyView: FC = props =>
@@ -8,7 +9,7 @@ export const CatalogLayoutInfoLoyaltyView: FC = props =>
return (
);
diff --git a/src/components/catalog/views/page/layout/CatalogLayoutPets3View.tsx b/src/components/catalog/views/page/layout/CatalogLayoutPets3View.tsx
index caba81a..d6dfe79 100644
--- a/src/components/catalog/views/page/layout/CatalogLayoutPets3View.tsx
+++ b/src/components/catalog/views/page/layout/CatalogLayoutPets3View.tsx
@@ -1,5 +1,6 @@
import { FC } from 'react';
import { FaPaw } from 'react-icons/fa';
+import { SanitizeHtml } from '../../../../../api';
import { CatalogLayoutProps } from './CatalogLayout.types';
export const CatalogLayoutPets3View: FC = props =>
@@ -16,20 +17,20 @@ export const CatalogLayoutPets3View: FC = props =>
{ /* Content */ }