···9798 // Early return AFTER all hooks have been called
99 if (!agent?.did) {
100- return (
101- <View style={[layout.flex.row, layout.flex.alignCenter, gap.all[2]]}>
102- <Text>Log in to submit mod actions</Text>
103- </View>
104- );
105 }
106107 // Can show moderation actions if user can hide, ban, or manage livestream
···9798 // Early return AFTER all hooks have been called
99 if (!agent?.did) {
100+ return <></>;
0000101 }
102103 // Can show moderation actions if user can hide, ban, or manage livestream