Showing
1 changed file
with
2 additions
and
2 deletions
@@ -313,8 +313,8 @@ const _getJacketData = (arg) => { | @@ -313,8 +313,8 @@ const _getJacketData = (arg) => { | ||
313 | types: arg.list | 313 | types: arg.list |
314 | } | 314 | } |
315 | }; | 315 | }; |
316 | - | ||
317 | - if(arg.title.title !== '') { | 316 | + |
317 | + if (arg.title.title !== '') { | ||
318 | resData.tpltopic.title = arg.title; | 318 | resData.tpltopic.title = arg.title; |
319 | } | 319 | } |
320 | 320 |
-
Please register or login to post a comment