forked from fedi/mastodon
Fix duplication of tag in columns_area.js (#4131)
Deleted ">" just a typo.
This commit is contained in:
parent
f8212da329
commit
1c6cbdd4e4
|
@ -74,7 +74,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
|
||||||
<ReactSwipeableViews index={columnIndex} onChangeIndex={this.handleSwipe} animateTransitions={false} style={{ height: '100%' }}>
|
<ReactSwipeableViews index={columnIndex} onChangeIndex={this.handleSwipe} animateTransitions={false} style={{ height: '100%' }}>
|
||||||
{links.map(this.renderView)}
|
{links.map(this.renderView)}
|
||||||
</ReactSwipeableViews>
|
</ReactSwipeableViews>
|
||||||
) : <div className='columns-area'>{children}></div>;
|
) : <div className='columns-area'>{children}</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue