Skip to content

Commit

Permalink
[components] Remove debug attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 2e8ebf2 commit 3dfd8db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function ContainerQuery(props: React.HTMLProps<HTMLDivElement>) {
<div
{...restProps}
data-container-min={min.length ? min.map(bp => bp.name).join(' ') : undefined}
data-width={width}
ref={rootRef}
>
{children}
Expand Down

0 comments on commit 3dfd8db

Please sign in to comment.