feat(SW-214): fixing pr comments
This commit is contained in:
@@ -25,7 +25,7 @@ export default function UspGrid({ usp_grid }: UspGridProps) {
|
||||
<JsonToHtml
|
||||
embeds={usp.text.embedded_itemsConnection?.edges}
|
||||
nodes={usp.text.json.children}
|
||||
renderOptions={{ ...renderOptions }}
|
||||
renderOptions={renderOptions}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user