Skip to content

Commit 7a5d8c0

Browse files
committed
fixed linting
1 parent f6d17cb commit 7a5d8c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contentcuration/contentcuration/frontend/accounts/pages/__tests__/accountsMain.spec.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ const createRouter = () => {
1616
{ path: '/', name: 'Main', component: { template: '<div />' } },
1717
{ path: '/forgot-password', name: 'ForgotPassword', component: { template: '<div />' } },
1818
{ path: '/create', name: 'Create', component: { template: '<div />' } },
19-
{ path: '/account-not-active', name: 'AccountNotActivated', component: { template: '<div />' } },
19+
{
20+
path: '/account-not-active',
21+
name: 'AccountNotActivated',
22+
component: { template: '<div />' },
23+
},
2024
],
2125
});
2226
};

0 commit comments

Comments
 (0)