···209209 a.flex_wrap,
210210 t.atoms.text_contrast_medium,
211211 ]}>
212212- {settings[0].type === 'everybody' ? (
212212+ {settings.length === 0 ? (
213213+ <Trans>
214214+ This post has an unknown type of threadgate on it. Your app may be
215215+ out of date.
216216+ </Trans>
217217+ ) : settings[0].type === 'everybody' ? (
213218 <Trans>Everybody can reply to this post.</Trans>
214219 ) : settings[0].type === 'nobody' ? (
215220 <Trans>Replies to this post are disabled.</Trans>