We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b43a90 commit 59c18b1Copy full SHA for 59c18b1
src/dashboard/Apps/AppsIndex.react.js
@@ -134,7 +134,6 @@ export default class AppsIndex extends React.Component {
134
</div>
135
);
136
}
137
- apps.sort((a, b) => a.createdAt > b.createdAt ? -1 : (a.createdAt < b.createdAt ? 1 : 0));
138
let upgradePrompt = null;
139
if (this.props.newFeaturesInLatestVersion.length > 0) {
140
let newFeaturesNodes = this.props.newFeaturesInLatestVersion.map(feature => <strong>
0 commit comments