Skip to content

Columns Component on 'JS TAB' has }} typo? #39

@shoutmarble

Description

@shoutmarble

I believe I noticed a typo on the JS tab of:

Columns Component

<div className={clsx('row' , className)} style={style}} >

image

This worked for me after I removed the double }} curly brackets.

<div className={clsx('row' , className)} style={style} >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions