Fix border not showing at the far right

This commit is contained in:
Bruno Lemos
2018-11-14 04:49:56 -02:00
parent 535099f757
commit a3ad4df67a

View File

@@ -96,7 +96,9 @@ export class Columns extends PureComponent<ColumnsProps> {
ref={this.flatListRef}
key="columns-flat-list"
ItemSeparatorComponent={Separator}
ListFooterComponent={small ? Separator : undefined}
ListFooterComponent={
small || (columnIds && columnIds.length) ? Separator : undefined
}
ListHeaderComponent={small ? Separator : undefined}
bounces={!this.swipeable}
className="snap-container"