Skip to content

Commit fc1261f

Browse files
committed
crate.version: Remove unused isDownloading property
1 parent 06c8e2a commit fc1261f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/crate/version.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const PromiseArray = ArrayProxy.extend(PromiseProxyMixin);
1717
export default Controller.extend({
1818
session: service(),
1919

20-
isDownloading: false,
21-
2220
downloadsContext: computed('requestedVersion', 'currentVersion', 'crate', function () {
2321
return this.requestedVersion ? this.currentVersion : this.crate;
2422
}),

0 commit comments

Comments
 (0)