We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dfd90 commit da3d3c8Copy full SHA for da3d3c8
1 file changed
dotcom-rendering/src/components/SlotBodyEnd.island.tsx
@@ -208,9 +208,7 @@ export const SlotBodyEnd = ({
208
};
209
pickMessage(epicConfig, renderingTarget)
210
.then((result) => {
211
- if (result.type === 'MessageSelected') {
212
- setPickMessageResult(result);
213
- }
+ setPickMessageResult(result);
214
})
215
.catch((e) =>
216
console.error(`SlotBodyEnd pickMessage - error: ${String(e)}`),
0 commit comments