Skip to content

Commit d3e6d51

Browse files
committed
Merge branch 'master' of github.com:cabal-club/cabal
2 parents 2df000b + b00e1c3 commit d3e6d51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cabal",
3-
"version": "13.1.7",
3+
"version": "13.1.8",
44
"description": "p2p chat",
55
"bin": {
66
"cabal": "cli.js"

views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function renderNicks (state, width, height) {
151151

152152
function getPrintedName (user) {
153153
if (user && user.name) return user.name
154-
else user.key.slice(0, 8)
154+
else return user.key.slice(0, 8)
155155
}
156156

157157
// Count how many occurances of same nickname there are

0 commit comments

Comments
 (0)