udpate it

This commit is contained in:
Sukchan Lee 2017-07-21 14:21:10 +09:00
parent b7020842c6
commit 5f95317721
1 changed files with 7 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const Body = styled.div`
display: block;
margin: 0.5rem;
height: 320px;
height: 400px;
${media.mobile`
height: calc(100vh - 16rem);
`}
@ -203,6 +203,12 @@ const View = ({ visible, disableOnClickOutside, subscriber, onEdit, onDelete, on
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>RAND</span>
</div>
}
{security.sqn &&
<div className="data">
{security.sqn}
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>SQN</span>
</div>
}
</div>
</div>
<div className="body">