Skip to content

Commit f826e45

Browse files
committed
Merge branch 'frontend-back-to-manageaccounts'
2 parents 3c06b81 + 2d19ee8 commit f826e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/routes/settings/manage-accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class ManageAccounts extends Component<Props, State> {
234234
<Button
235235
className={style.addAccountBtn}
236236
primary
237-
onClick={() => route('/add-account', true)}>
237+
onClick={() => route('/add-account')}>
238238
{t('addAccount.title')}
239239
</Button>
240240
<Grid col="1">

0 commit comments

Comments
 (0)