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 599aec5 commit 3a59eb4Copy full SHA for 3a59eb4
app/routes/public/cfs/index.js
@@ -26,7 +26,7 @@ export default class IndexRoute extends Route {
26
- CFS is private and a valid hash is entered
27
*/
28
if (!speakersCall.announcement) {
29
- //this.notify.error(this.l10n.t('Call For Speakers has not been issued yet.'));
+ // this.notify.error(this.l10n.t('Call For Speakers has not been issued yet.'));
30
this.transitionTo('public.speakers', eventDetails.identifier);
31
return;
32
}
0 commit comments