Remove todo

This commit is contained in:
Eric Bailey
2025-06-06 16:36:36 -05:00
parent b9d7c5a5c4
commit c6415a71a4
@@ -22,7 +22,6 @@ export function ThreadError({
const {_} = useLingui()
const cleanError = useCleanError()
// TODO use new cleanError hook
const {title, message} = useMemo(() => {
let title = _(msg`Error loading post`)
let message = _(msg`Something went wrong. Please try again in a moment.`)