Skip to content

Commit abe1b30

Browse files
committed
controllers/crate/version: Fix "downloadData" property dependencies
1 parent 3daca1a commit abe1b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/crate/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default Ember.Controller.extend({
109109
},
110110
},
111111

112-
downloadData: Ember.computed('downloads', 'extraDownloads', function() {
112+
downloadData: Ember.computed('downloads', 'extraDownloads', 'requestedVersion', function() {
113113
let { downloads, extraDownloads: extra } = this.getProperties('downloads', 'extraDownloads');
114114
if (!downloads || !extra) {
115115
return;

0 commit comments

Comments
 (0)