Skip to content

Commit

Permalink
fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davenichols-DHLS committed Jul 9, 2024
1 parent f72807b commit 6db8214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/event-summary/event-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default async function decorate(block) {
(address !== region ? li({ class: 'item region' }, region) : ''),
);
let registerButtonLink;
const eventDescription = p(description);
if (type === 'Conference') {
registerButtonLink = a({ href: registerButton, title }, 'Visit the Event Website');
} else {
Expand Down

0 comments on commit 6db8214

Please sign in to comment.