#38: Enhance new repertory release available notification - partial
This commit is contained in:
@@ -5,7 +5,7 @@ import Button from '../../UI/Button/Button';
|
|||||||
export default ({release}) => {
|
export default ({release}) => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h3>{'[' + Constants.RELEASE_TYPES[release.Release].toUpperCase() + '] ' + release.Display }</h3>
|
<h3>{'[' + Constants.RELEASE_TYPES[release.Release] + '] ' + release.Display }</h3>
|
||||||
<table cellSpacing={0} cellPadding={0} width="97%">
|
<table cellSpacing={0} cellPadding={0} width="97%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr style={{height: '4px'}}/>
|
<tr style={{height: '4px'}}/>
|
||||||
|
|||||||
Reference in New Issue
Block a user