DEV: Fix compatibility with styleguide (#38)

This commit is contained in:
Penar Musaraj 2022-06-13 22:03:39 +00:00 committed by GitHub
parent 5d69a72200
commit a309e6406d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default {
(el, helper) => {
if (helper) {
const post = helper.getModel();
if (post.post_number !== 1) {
if (post?.post_number !== 1) {
return;
}