Fix space on bottom of mod screen
This commit is contained in:
@@ -205,7 +205,6 @@ export function ModerationScreenInner({
|
|||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View>
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
contentContainerStyle={[
|
contentContainerStyle={[
|
||||||
a.border_0,
|
a.border_0,
|
||||||
@@ -355,9 +354,7 @@ export function ModerationScreenInner({
|
|||||||
<>
|
<>
|
||||||
<GlobalModerationLabelPref labelValueDefinition={LABELS.porn} />
|
<GlobalModerationLabelPref labelValueDefinition={LABELS.porn} />
|
||||||
<Divider />
|
<Divider />
|
||||||
<GlobalModerationLabelPref
|
<GlobalModerationLabelPref labelValueDefinition={LABELS.sexual} />
|
||||||
labelValueDefinition={LABELS.sexual}
|
|
||||||
/>
|
|
||||||
<Divider />
|
<Divider />
|
||||||
<GlobalModerationLabelPref
|
<GlobalModerationLabelPref
|
||||||
labelValueDefinition={LABELS['graphic-media']}
|
labelValueDefinition={LABELS['graphic-media']}
|
||||||
@@ -449,7 +446,6 @@ export function ModerationScreenInner({
|
|||||||
|
|
||||||
<View style={{height: 200}} />
|
<View style={{height: 200}} />
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</View>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user