We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6b8a commit 40f94c1Copy full SHA for 40f94c1
src/views/pending-post/pending-post.jsx
@@ -90,7 +90,7 @@ function Post() {
90
<div className={styles.column}>
91
<div className={styles.header}>
92
<Link to={post?.link} target={post?.link ? '_blank' : undefined} rel="noreferrer" className={styles.title}>
93
- {post?.title || post?.content || '-'}
+ {post?.title || '-'}
94
</Link>{' '}
95
<span className={stateStyle}>{state}</span>
96
{hostname && (
0 commit comments