Skip to content

Commit 59c18b1

Browse files
scthinatanrolnik
authored andcommitted
AppsIndex: apps are sorted by name now. (#654)
1 parent 6b43a90 commit 59c18b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dashboard/Apps/AppsIndex.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export default class AppsIndex extends React.Component {
134134
</div>
135135
);
136136
}
137-
apps.sort((a, b) => a.createdAt > b.createdAt ? -1 : (a.createdAt < b.createdAt ? 1 : 0));
138137
let upgradePrompt = null;
139138
if (this.props.newFeaturesInLatestVersion.length > 0) {
140139
let newFeaturesNodes = this.props.newFeaturesInLatestVersion.map(feature => <strong>

0 commit comments

Comments
 (0)