mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
Fix CI error
This commit is contained in:
@@ -261,7 +261,7 @@ class FolderSelect extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
: <div styleName='idle' style={{color: currentOption.folder.color}}>
|
: <div styleName='idle' style={{color: currentOption.folder.color}}>
|
||||||
<div styleName='idle-label'>
|
<div styleName='idle-label'>
|
||||||
<i className='fa fa-folder'></i>
|
<i className='fa fa-folder' />
|
||||||
<span styleName='idle-label-name'>
|
<span styleName='idle-label-name'>
|
||||||
{currentOption.folder.name}
|
{currentOption.folder.name}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ class TagSelect extends React.Component {
|
|||||||
<button styleName='tag-removeButton'
|
<button styleName='tag-removeButton'
|
||||||
onClick={(e) => this.handleTagRemoveButtonClick(tag)(e)}
|
onClick={(e) => this.handleTagRemoveButtonClick(tag)(e)}
|
||||||
>
|
>
|
||||||
<img className='tag-removeButton-icon' src='../resources/icon/icon-x.svg' width='8px'/>
|
<img className='tag-removeButton-icon' src='../resources/icon/icon-x.svg' width='8px' />
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user