DEV: Fix compatibility with styleguide (#38)
This commit is contained in:
parent
5d69a72200
commit
a309e6406d
|
@ -15,7 +15,7 @@ export default {
|
||||||
(el, helper) => {
|
(el, helper) => {
|
||||||
if (helper) {
|
if (helper) {
|
||||||
const post = helper.getModel();
|
const post = helper.getModel();
|
||||||
if (post.post_number !== 1) {
|
if (post?.post_number !== 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue