Skip to content

Commit

Permalink
fixup! Fix buy sell list
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Jan 26, 2024
1 parent 07b78de commit 42722e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/scenes/GuiPluginListScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ class GuiPluginList extends React.PureComponent<Props, State> {
ListHeaderComponent={this.renderTop}
renderItem={this.renderPlugin}
keyExtractor={(item: GuiPluginRow) => item.pluginId + item.title}
contentContainerStyle={insetStyle}
// XXX: Hack. paddingBottom from insetStyle is not sufficient.
contentContainerStyle={{ ...insetStyle, paddingBottom: theme.rem(6) }}
/>
)}
</View>
Expand Down

0 comments on commit 42722e1

Please sign in to comment.