Skip to content

Commit 024b73d

Browse files
committed
Added one more user to get link to Lingtrain Aligner
1 parent b17cb04 commit 024b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/DashboardRoute/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "./styles.scss";
1818

1919
const DashboardRoute = connect(state => state.user)(({user}) => {
2020
const getTranslation = useContext(TranslationContext);
21-
const allowed_users = [1, 5, 180, 317];
21+
const allowed_users = [1, 5, 180, 317, 616];
2222
return (
2323
<div className="lingvodoc-page">
2424
<div className="background-cards lingvodoc-page__content">

0 commit comments

Comments
 (0)