Skip to content

Commit 3a59eb4

Browse files
committed
fix
1 parent 599aec5 commit 3a59eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/cfs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class IndexRoute extends Route {
2626
- CFS is private and a valid hash is entered
2727
*/
2828
if (!speakersCall.announcement) {
29-
//this.notify.error(this.l10n.t('Call For Speakers has not been issued yet.'));
29+
// this.notify.error(this.l10n.t('Call For Speakers has not been issued yet.'));
3030
this.transitionTo('public.speakers', eventDetails.identifier);
3131
return;
3232
}

0 commit comments

Comments
 (0)