Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Sep 26, 2023
1 parent edf9f90 commit 7237b4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/theme/Header/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function HeroSection(props) {
const {
title,
description,
preview_caption,
// preview_caption,
multiple_content_view,
start,
end,
Expand All @@ -47,7 +47,6 @@ function HeroSection(props) {
const isEvent = content?.['@type'] === 'Event';
const endDate = new Date(end || Date.now());
const startDate = new Date(start || Date.now());
console.log(props)

return (
<div className="herosection">
Expand Down

0 comments on commit 7237b4a

Please sign in to comment.