mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Minify JS in UI, add Makefile.
This commit is contained in:
parent
a4a62be698
commit
bd2ce82ea6
7 changed files with 21 additions and 21 deletions
|
@ -60,7 +60,7 @@ var ZeroTierNetwork = React.createClass({
|
|||
{
|
||||
this.props['assignedAddresses'].map(function(ipAssignment) {
|
||||
return (
|
||||
<div className="ipAddress">{ipAssignment}</div>
|
||||
<div key={ipAssignment} className="ipAddress">{ipAssignment}</div>
|
||||
);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue