mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fix style tagList
This commit is contained in:
@@ -83,8 +83,12 @@ class SideNav extends React.Component {
|
||||
} else {
|
||||
component = (
|
||||
<div>
|
||||
<p>Tags</p>
|
||||
{this.folderListComponent(data)}
|
||||
<div styleName='tag-title'>
|
||||
<p>Tags</p>
|
||||
</div>
|
||||
<div styleName='tagList'>
|
||||
{this.folderListComponent(data)}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user