Skip to content

Commit

Permalink
fix slot name
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Apr 21, 2022
1 parent 4634ff7 commit ef57a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glimmer-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class BlockParamDefinition {

if (node.type === 'ElementNode') {
if (node.tag.startsWith(':')) {
return node.tag;
return node.tag.replace(':', '');
}
}

Expand Down

0 comments on commit ef57a2f

Please # to comment.