Skip to content

Commit

Permalink
fix: fix default slot rendering of table column (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelin authored and ilhan007 committed Jun 22, 2019
1 parent 4e3e624 commit 296d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/TableColumn.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="{{classes.main}}" >
{{#if header}}
<slot name="header"></slot>
<slot></slot>
{{/if}}
</div>

0 comments on commit 296d4fa

Please sign in to comment.