diff --git a/src/UI/Wanted/Missing/MissingLayout.js b/src/UI/Wanted/Missing/MissingLayout.js index 1a7e6711f..1572708b0 100644 --- a/src/UI/Wanted/Missing/MissingLayout.js +++ b/src/UI/Wanted/Missing/MissingLayout.js @@ -41,7 +41,6 @@ module.exports = Marionette.Layout.extend({ name : 'this', label : 'Movie Title', cell : MovieTitleCell, - sortable : false }, { name : 'inCinemas', @@ -57,7 +56,6 @@ module.exports = Marionette.Layout.extend({ name : 'status', label : 'Status', cell : MovieStatusWithTextCell, - sortable : false }, ],