{(() => {
const { content } = props.post;
if (content.type === 'text') {
return content.text;
} else {
return (
);
}
})()}