Skip to content

Commit

Permalink
Update src/components/customerCases/customerCase/sections/list/ListBl…
Browse files Browse the repository at this point in the history
…ock.tsx

Co-authored-by: anemne <[email protected]>
  • Loading branch information
idamand and anemne authored Nov 5, 2024
1 parent 7a5e18d commit 9ccdd6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface ListBlockProps {
}

export default function ListBlock({ section }: ListBlockProps) {
console.log(section);
return (
section.description && (
<div className={styles.wrapper}>
Expand Down

0 comments on commit 9ccdd6c

Please sign in to comment.