Showing
1 changed file
with
1 additions
and
1 deletions
@@ -314,7 +314,7 @@ const _getJacketData = (arg) => { | @@ -314,7 +314,7 @@ const _getJacketData = (arg) => { | ||
314 | } | 314 | } |
315 | }; | 315 | }; |
316 | 316 | ||
317 | - if(arg.title.title !== '') { | 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