We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f6e2 commit 9d32865Copy full SHA for 9d32865
app/routes/crate.js
@@ -14,7 +14,7 @@ export default Route.extend({
14
},
15
16
afterModel(model) {
17
- if (typeof model.get === 'function') {
+ if (model && typeof model.get === 'function') {
18
this.setHeadTags(model);
19
}
20
0 commit comments