Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
build: updating dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 14, 2020
1 parent de94ab0 commit c553c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-explorer/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/markdown/dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19762,7 +19762,7 @@ var Callout = function Callout(props) {
var theme = props.theme,
title = props.title,
icon = props.icon;
var titleProps = children[0].props; // @rafegoldberg sucks
var titleProps = children.length && children[0].props; // @rafegoldberg sucks

return (
/*#__PURE__*/
Expand Down

0 comments on commit c553c4b

Please sign in to comment.