Skip to content

Commit

Permalink
Merge pull request #1711 from mordentware/addon-info-remove-broken-pr…
Browse files Browse the repository at this point in the history
…op-sort

Addon Info: Remove broken prop type sort (keep defined order)
  • Loading branch information
danielduan authored Aug 22, 2017
2 parents a3647be + e821e9d commit fc1aecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/info/src/components/PropTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ export default function PropTable(props) {
return <small>No propTypes defined!</small>;
}

array.sort((a, b) => a.property > b.property);

const propValProps = {
maxPropObjectKeys,
maxPropArrayLength,
Expand Down

0 comments on commit fc1aecb

Please sign in to comment.