···97979898 // Early return AFTER all hooks have been called
9999 if (!agent?.did) {
100100- return (
101101- <View style={[layout.flex.row, layout.flex.alignCenter, gap.all[2]]}>
102102- <Text>Log in to submit mod actions</Text>
103103- </View>
104104- );
100100+ return <></>;
105101 }
106102107103 // Can show moderation actions if user can hide, ban, or manage livestream