mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 13:06:09 +02:00
Upgraded node.js and bumped version
This commit is contained in:
parent
ec2f6af1d0
commit
590f494f44
5 changed files with 9 additions and 6 deletions
|
@ -105,7 +105,7 @@ exports.MenuModule = class MenuModule extends PluginModule {
|
|||
|
||||
const options = self.menuConfig.config;
|
||||
|
||||
if(!_.isNil(artData) && _.isNumber(artData.height)) {
|
||||
if(_.isNumber(artData?.height)) {
|
||||
options.startRow = artData.height + 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue