Skip to content

Commit

Permalink
revert(remove comment):
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Garwacke committed May 28, 2018
1 parent 767d041 commit a6d943d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/davey/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export interface Props {
export type Tag = Function | string;

export const davey = (tag: Tag, _props: Props = {}, ...rest: string[]) => {
// Get children from third argument or from props.
const _children = rest.length ? rest : (_props && _props.children) || [];

const props = {
Expand Down

0 comments on commit a6d943d

Please sign in to comment.