mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
Fix CI
This commit is contained in:
@@ -15,8 +15,7 @@ const InfoPanel = ({
|
|||||||
|
|
||||||
{type === 'SNIPPET_NOTE'
|
{type === 'SNIPPET_NOTE'
|
||||||
? ''
|
? ''
|
||||||
:
|
: <div styleName='count-wrap'>
|
||||||
<div styleName='count-wrap'>
|
|
||||||
<div styleName='count-number'>
|
<div styleName='count-number'>
|
||||||
<p styleName='infoPanel-defaul-count'>{wordCount}</p>
|
<p styleName='infoPanel-defaul-count'>{wordCount}</p>
|
||||||
<p styleName='infoPanel-sub-count'>Words</p>
|
<p styleName='infoPanel-sub-count'>Words</p>
|
||||||
@@ -30,8 +29,7 @@ const InfoPanel = ({
|
|||||||
|
|
||||||
{type === 'SNIPPET_NOTE'
|
{type === 'SNIPPET_NOTE'
|
||||||
? ''
|
? ''
|
||||||
:
|
: <hr />
|
||||||
<hr />
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -50,7 +48,7 @@ const InfoPanel = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<input styleName='infoPanel-noteLink' value={noteLink} onClick={(e) => { e.target.select() }}/>
|
<input styleName='infoPanel-noteLink' value={noteLink} onClick={(e) => { e.target.select() }} />
|
||||||
<p styleName='infoPanel-sub'>NOTE LINK</p>
|
<p styleName='infoPanel-sub'>NOTE LINK</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ class Preferences extends React.Component {
|
|||||||
<div ref='content' styleName='content'>
|
<div ref='content' styleName='content'>
|
||||||
{content}
|
{content}
|
||||||
</div>
|
</div>
|
||||||
<RealtimeNotification/>
|
<RealtimeNotification />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user