Skip to content

Commit

Permalink
fix(private-greetings): comment out greeting without name, to fix test (
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelomanov Dmitry authored and sergeysova committed Nov 30, 2017
1 parent d8180d9 commit daf36e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const text = {
({ user }) => `Здравствуйте, ${fullName(user)}!`,
({ user }) => `Hi! ${user.first_name}.`,
({ user }) => `${user.first_name}`,
() => `Привет!`,
// () => `Привет!`,
]),
adminStart: random([
({ admin }) => `Привет, ${fullName(admin)}, ты админ!`,
Expand Down

0 comments on commit daf36e2

Please sign in to comment.