diff --git a/src/core/ui/components/AddonPage.tsx b/src/core/ui/components/AddonPage.tsx index fc593509..0cfc3d87 100644 --- a/src/core/ui/components/AddonPage.tsx +++ b/src/core/ui/components/AddonPage.tsx @@ -181,28 +181,30 @@ export default function AddonPage({ CardComponent, ...props }: return ( - - - - - Hmmm... could not find that! - - } - contentContainerStyle={{ padding: 8, paddingHorizontal: 12 }} - ItemSeparatorComponent={() => } - ListFooterComponent={props.ListFooterComponent} - renderItem={({ item }: any) => } - /> - {props.installAction && } - + + + + Hmmm... could not find that! + + } + contentContainerStyle={{ padding: 8, paddingHorizontal: 12 }} + ItemSeparatorComponent={() => } + ListFooterComponent={props.ListFooterComponent} + renderItem={({ item }: any) => } + /> + {props.installAction && ( + + + + )} ); }