Disable sorting

This commit is contained in:
ytian21
2020-01-04 15:12:30 -05:00
parent cdb4d9d295
commit 72238abd47
+1 -1
View File
@@ -120,7 +120,7 @@ export default class App extends Vue
});
// Sort by date
this.artworks.sort((a, b) => b.date.getTime() - a.date.getTime());
// this.artworks.sort((a, b) => b.date.getTime() - a.date.getTime());
// Add home as a type
if (this.config.types[0].type != 'Home')