Commit ef6782e7a416278df665504333db56c9e47587db
fix typo
mix irving committed on 9/21/2017, 9:06:07 AMParent: 41a2d07e914c7aaef48c893d424430da6e475ef3
Files changed
app/html/search-bar.js | changed |
app/html/search-bar.js | ||
---|---|---|
@@ -74,9 +74,9 @@ | ||
74 | 74 … | |
75 | 75 … | // TODO extract |
76 | 76 … | function getPagesSuggestions (word) { |
77 | 77 … | const pages = [ |
78 | - 'public', 'private', 'inbox', 'profile', 'notifications' | |
78 … | + 'public', 'private', 'inbox', 'profile', 'notifications', | |
79 | 79 … | 'gatherings', 'chess' |
80 | 80 … | ] |
81 | 81 … | |
82 | 82 … | return pages |
Built with git-ssb-web