diff --git a/src/view/screens/DebugMod.tsx b/src/view/screens/DebugMod.tsx index 7009966f2f..c2f178df5e 100644 --- a/src/view/screens/DebugMod.tsx +++ b/src/view/screens/DebugMod.tsx @@ -329,11 +329,16 @@ export const DebugModScreen = ({}: NativeStackScreenProps< - {label[0] === 'x-custom' && ( + {label[0] === 'x-custom' ? ( + ) : ( + <> + + + > )} - - - + > @@ -532,8 +535,6 @@ export const DebugModScreen = ({}: NativeStackScreenProps< moderation={profileModeration} /> - - + Filtered from the feed ) @@ -839,7 +840,7 @@ function MockAccountCard({ if (moderation.ui('profileList').filter) { return ( - + Filtered from the listing )
Filtered from the feed
+
Filtered from the listing