mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
Shorten label
This commit is contained in:
@@ -78,7 +78,7 @@ const BrewLookup = createClass({
|
|||||||
<dt>Num of Views</dt>
|
<dt>Num of Views</dt>
|
||||||
<dd>{brew.views}</dd>
|
<dd>{brew.views}</dd>
|
||||||
|
|
||||||
<dt>Number of SCRIPT tags detected</dt>
|
<dt>SCRIPT tags detected</dt>
|
||||||
<dd>{this.state.scriptCount}</dd>
|
<dd>{this.state.scriptCount}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
{this.state.scriptCount > 0 &&
|
{this.state.scriptCount > 0 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user