Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
feat(docz): render [Empty String] on PropsTable (#427)
Browse files Browse the repository at this point in the history
* Updates the PropsTable to render '[Empty String]' instead of nothing.
* Add the code to print [No Default]
  • Loading branch information
Jared-Dev authored and pedronauck committed Oct 30, 2018
1 parent a8e0350 commit 10a3eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/PropsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface StylesMap {

const styles: StylesMap = {
thead: {
textAlign: 'left'
textAlign: 'left',
},
}

Expand Down

0 comments on commit 10a3eda

Please sign in to comment.