Skip to content

Commit

Permalink
Hide speaker organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Sep 30, 2024
1 parent bea290a commit 8778380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schedule/Speaker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
export default function Speaker(speaker) {
return (<>
<a href={'#speaker-'.concat(speaker.id.toString())}>{speaker.name}</a>
{speaker.organisation && <>/&#8288;{speaker.organisation}&#8288;/</>}
{/* speaker.organisation && <>/&#8288;{speaker.organisation}&#8288;/</> */}
</>);
}

Expand Down

0 comments on commit 8778380

Please sign in to comment.