Skip to content

Commit

Permalink
Fix: Formatting (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirodoherty-learningpool authored Jun 10, 2024
1 parent fcc7a10 commit b6072ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/flipcard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function flipcard(props) {
<div className='component__widget flipcard__widget clearfix'>

{props._items.map(({ backBody, backTitle, frontImage, _flipDirection }, index) =>

<div
className={classes([
`component__item flipcard__item item-${index} ${_flipDirection}`
Expand Down

0 comments on commit b6072ed

Please sign in to comment.