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 b1658f4 commit 8edcb21Copy full SHA for 8edcb21
app/routes/public/cfs/index.js
@@ -6,7 +6,7 @@ export default Route.extend({
6
},
7
8
async beforeModel(transition) {
9
- let hash = transition.params['public.cfs'].speaker_call_hash;
+ let hash = transition.to.params['public.cfs'] ? transition.to.params['public.cfs'].speaker_call_hash : null;
10
const eventDetails = this.modelFor('public');
11
const speakersCall = await eventDetails.get('speakersCall');
12
/*
0 commit comments