Skip to content

Commit 8d69e54

Browse files
committed
missing , in settings.js
1 parent d7e84a2 commit 8d69e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-red-test/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module.exports = {
182182
// favicon: "/usr/src/app/assets/favicon.ico"
183183
},
184184
header: {
185-
title: "Node-RED Test"
185+
title: "Node-RED Test",
186186
// image: "/usr/src/app/assets/resin_logo.png", // or null to remove image
187187
url: "https://github.com/janvda/balena-edge-device-monitoring/blob/node-red/README.md"
188188
},

0 commit comments

Comments
 (0)