mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-20 06:33:05 -05:00
Fix crash in private mention conversations in glitch-soc flavor (#2595)
This commit is contained in:
parent
80308d384a
commit
3ede233146
@ -167,6 +167,10 @@ export const Conversation = ({ conversation, scrollKey, onMoveUp, onMoveDown })
|
||||
}
|
||||
}, [dispatch, lastStatus, expanded]);
|
||||
|
||||
if (!lastStatus) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const menu = [
|
||||
{ text: intl.formatMessage(messages.open), action: handleClick },
|
||||
null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user