Fix indention

This commit is contained in:
Clement Ho 2018-01-09 19:04:01 -06:00
parent 67b575d053
commit d2b88e9bd7

View file

@ -216,7 +216,9 @@ import Activities from './activities';
break;
case 'dashboard:projects:index':
case 'dashboard:projects:starred':
import('./pages/dashboard/projects').then(callDefault).catch(fail);
import('./pages/dashboard/projects')
.then(callDefault)
.catch(fail);
break;
case 'explore:projects:index':
case 'explore:projects:trending':