Hide speaker organisation
This commit is contained in:
parent
bea290a5e6
commit
87783809f8
|
@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
||||||
export default function Speaker(speaker) {
|
export default function Speaker(speaker) {
|
||||||
return (<>
|
return (<>
|
||||||
<a href={'#speaker-'.concat(speaker.id.toString())}>{speaker.name}</a>
|
<a href={'#speaker-'.concat(speaker.id.toString())}>{speaker.name}</a>
|
||||||
{speaker.organisation && <>/⁠{speaker.organisation}⁠/</>}
|
{/* speaker.organisation && <>/⁠{speaker.organisation}⁠/</> */}
|
||||||
</>);
|
</>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue