DEV: Fix compatibility with styleguide (#38)

This commit is contained in:
Penar Musaraj
2022-06-13 18:03:39 -04:00
committed by GitHub
parent 5d69a72200
commit a309e6406d
@@ -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;
}