Commit 4668157e authored by Clement Ho's avatar Clement Ho

Fix indention

parent 0dd4041f
......@@ -199,7 +199,9 @@ import Activities from './activities';
new Sidebar();
break;
case 'dashboard:issues':
import('./pages/dashboard/issues').then(callDefault).catch(fail);
import('./pages/dashboard/issues')
.then(callDefault)
.catch(fail);
break;
case 'dashboard:merge_requests':
projectSelect();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment