Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Oct 22, 2024
1 parent e2d8b4e commit 60150e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export var storyboard = (
height: ${params.height ?? "'max-content'"},
${params.columns != null ? `gridTemplateColumns: '${params.columns}',` : ''}
${params.rows != null ? `gridTemplateRows: '${params.rows}',` : ''}
${params.shorthand != null ? `gridTemplate: '${params.shorthand}',` : ''}
${params.shorthand != null ? `gridTemplate: '${params.shorthand}',` : ''}
}}
>
<div
Expand Down

0 comments on commit 60150e4

Please sign in to comment.