Skip to content

Commit 4d5afef

Browse files
committed
lint fix
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 5ba06f3 commit 4d5afef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/sections/Learn/Workshop-grid

src/sections/Learn/Workshop-grid/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ const WorkshopsPage = () => {
101101
<div className="workshop-grid-wrapper">
102102
<Row style={{
103103
flexWrap: "wrap"
104-
}}>
104+
}}
105+
>
105106
{data.allMdx.nodes.map(({ id, frontmatter, fields }) => (
106107
<Col {...content && ID === id ? { $xs: 12, $sm: 12, $lg: 12 } : { $xs: 12, $sm: 6, $lg: 4 } } key={id} className="workshop-grid-col">
107108
<div className="workshop-grid-card" ref={(el) => {

0 commit comments

Comments
 (0)